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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 硝鮑 | 100011111100100111101001101110001111000011001011 | 8fc9e9b8f0cb |
EUC-JP | 硝鮑? | 1011111011001011111100101011101000111111 | becbf2ba3f |
UTF-8 | 硝鮑 | 111001111010000110011101111010011010111010010001111011101000001010001010 | e7a19de9ae91ee828a |
UHC | 硝鮑? | 1111010110100110111110001110101000111111 | f5a6f8ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)