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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 辱g?}B | 10010000010010101000001010000111001111110111110101000010 | 904a82873f7d42 |
EUC-JP | 辱g?}B | 10111111101010111010001111100111001111110111110101000010 | bfaba3e73f7d42 |
UTF-8 | 辱g쯃}B | 1110100010111110101100011110111110111101100001111110110010101111100000110111110101000010 | e8beb1efbd87ecaf837d42 |
UHC | 辱g쯃}B | 1110100110110100101000111110011110101000100111110111110101000010 | e9b4a3e7a89f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)