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 | 100110100101100011101001111000011001101001011000111010011110000101000010 | 9a58e9e19a58e9e142 |
EUC-JP | 唸鱆唸鱆B | 110100111011100111110010111000111101001110111001111100101110001101000010 | d3b9f2e3d3b9f2e342 |
UTF-8 | 唸鱆唸鱆B | 11100101100101001011100011101001101100011000011011100101100101001011100011101001101100011000011001000010 | e594b8e9b186e594b8e9b18642 |
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)