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 | 眩唸鋏 | 111000011011111110011010010110001110011111110101 | e1bf9a58e7f5 |
EUC-JP | 眩唸鋏 | 111000101100000111010011101110011110111011110111 | e2c1d3b9eef7 |
UTF-8 | 眩唸鋏 | 111001111001110010101001111001011001010010111000111010011000101110001111 | e79ca9e594b8e98b8f |
UHC | 眩?鋏 | 1111101011011111001111111111101011111001 | fadf3ffaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)