To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | シコK | 1111001011110110101111001011101001001011 | f2f6bcba4b |
EUC-JP | ?シコK | 001111111000111010111100100011101011101001001011 | 3f8ebc8eba4b |
UTF-8 | シコK | 11101110100010001010110111101111101111011011110011101111101111011011101001001011 | ee88adefbdbcefbdba4b |
UHC | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)