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 | 怐唸鞦 | 100111001000000110011010010110001110100011100001 | 9c819a58e8e1 |
EUC-JP | 怐唸鞦 | 110101111110000111010011101110011111000011100011 | d7e1d3b9f0e3 |
UTF-8 | 怐唸鞦 | 111001101000000010010000111001011001010010111000111010011001111010100110 | e68090e594b8e99ea6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)