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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??c | 00111111001111111000001010000011 | 3f3f8283 |
EUC-JP | ?嶠c | 001111111000111110111011111011111010001111100011 | 3f8fbbefa3e3 |
UTF-8 | 렻嶠c | 111010111010000010111011111001011011011010100000111011111011110110000011 | eba0bbe5b6a0efbd83 |
UHC | 렻嶠c | 100011101100001111001110111001001010001111100011 | 8ec3cee4a3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)