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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 。チB | 11110100110000101010000111110000111100001100000101000010 | f4c2a1f0f0c142 |
EUC-JP | ?。?チB | 00111111100011101010000100111111100011101100000101000010 | 3f8ea13f8ec142 |
UTF-8 | 。チB | 11101110100011011011000111101111101111011010000111101110100000101010111111101111101111101000000101000010 | ee8db1efbda1ee82afefbe8142 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)