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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 潁e?\ | 100111111111000110000010100001010011111101011100 | 9ff182853f5c |
EUC-JP | 潁e?\ | 110111101111001110100011111001010011111101011100 | def3a3e53f5c |
UTF-8 | 潁eㅁ\ | 11100110101111011000000111101111101111011000010111100011100001011000000101011100 | e6bd81efbd85e385815c |
UHC | 潁eㅁ\ | 11100111101110001010001111100101101001001011000101011100 | e7b8a3e5a4b15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)