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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 翁?弔?族 | 1000100110100101001111111001001010100010001111111001000110110000 | 89a53f92a23f91b0 |
EUC-JP | 翁?弔?族 | 1011001010100111001111111100010010100100001111111100001010110010 | b2a73fc4a43fc2b2 |
UTF-8 | 翁렫弔렲族 | 111001111011111110000001111010111010000010101011111001011011110010010100111010111010000010110010111001101001011110001111 | e7bf81eba0abe5bc94eba0b2e6978f |
UHC | 翁렫弔렲族 | 11101000101110101000111010111001111100001100000010001110101111111111000011101001 | e8ba8eb9f0c08ebff0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)