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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 畍ム痰^ | 111000010101011111010001111000011000001001011110 | e157d1e1825e |
EUC-JP | 畍ム痰^ | 11100001101110001000111011010001111000011110001001011110 | e1b88ed1e1e25e |
UTF-8 | 畍ム痰^ | 11100111100101011000110111101111101111101001000111100111100101111011000001011110 | e7958defbe91e797b05e |
UHC | ??痰^ | 0011111100111111110100111100001101011110 | 3f3fd3c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)