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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 翁?低但 | 10001001101001010011111110010010111000011001001001000001 | 89a53f92e19241 |
EUC-JP | 翁?低但 | 10110010101001110011111111000100111000111100001110100010 | b2a73fc4e3c3a2 |
UTF-8 | 翁렫低但 | 111001111011111110000001111010111010000010101011111001001011110110001110111001001011110110000110 | e7bf81eba0abe4bd8ee4bd86 |
UHC | 翁렫低但 | 1110100010111010100011101011100111101110101110001101001110100011 | e8ba8eb9eeb8d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)