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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 陂灘圏B | 11101000100110001001001111100101100011001001011101000010 | e89893e58c9742 |
EUC-JP | 陂灘圏B | 11101111111110001100011011100111101101111111011101000010 | eff8c6e7b7f742 |
UTF-8 | 陂灘圏B | 11101001100110011000001011100111100000011001100011100101100111001000111101000010 | e99982e78198e59c8f42 |
UHC | 陂灘?B | 111110011010111011110111101010000011111101000010 | f9aef7a83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)