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 | 10011111110010000011111110010010110000110011111101000010 | 9fc83f92c33f42 |
EUC-JP | 淙?津?B | 11011110110010100011111111000100110001010011111101000010 | deca3fc4c53f42 |
UTF-8 | 淙롚津렏B | 11100110101101111001100111101011101000011001101011100110101101001010010111101011101000001000111101000010 | e6b799eba19ae6b4a5eba08f42 |
UHC | 淙롚津렏B | 111100001111100010001110110111101111001011010000100011101010010101000010 | f0f88edef2d08ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)