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 | 翁?弔?中 | 1000100110100101001111111001001010100010001111111001001010000110 | 89a53f92a23f9286 |
EUC-JP | 翁?弔?中 | 1011001010100111001111111100010010100100001111111100001111100110 | b2a73fc4a43fc3e6 |
UTF-8 | 翁렫弔렲中 | 111001111011111110000001111010111010000010101011111001011011110010010100111010111010000010110010111001001011100010101101 | e7bf81eba0abe5bc94eba0b2e4b8ad |
UHC | 翁렫弔렲中 | 11101000101110101000111010111001111100001100000010001110101111111111000111101001 | e8ba8eb9f0c08ebff1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)