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 | 十??峨 | 100011110101110000111111001111111000100111100011 | 8f5c3f3f89e3 |
EUC-JP | 十??峨 | 101111011011110100111111001111111011001011100101 | bdbd3f3fb2e5 |
UTF-8 | 十덃궧峨 | 111001011000110110000001111010111000110110000011111010101011011010100111111001011011001110101000 | e58d81eb8d83eab6a7e5b3a8 |
UHC | 十덃궧峨 | 1110010010101000100010001110011010000010101110011110010010110001 | e4a888e682b9e4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)