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 | 111000100101011000111111100101001011111101000010 | e2563f94bf42 |
EUC-JP | 齋?帆B | 111000111011011100111111110010001100000101000010 | e3b73fc8c142 |
UTF-8 | 齋면帆B | 11101001101111011000101111101011101010011011010011100101101110001000011001000010 | e9bd8beba9b4e5b88642 |
UHC | 齋면帆B | 11101110101100011011100011101001110110111110111001000010 | eeb1b8e9dbee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)