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 | 鼎?≫ | 1001001101000011001111111000000111100010 | 93433f81e2 |
EUC-JP | 鼎?≫ | 1100010110100100001111111010001011100100 | c5a43fa2e4 |
UTF-8 | 鼎漏≫ | 111010011011110010001110111011111010010110001110111000101000100110101011 | e9bc8eefa58ee289ab |
UHC | 鼎漏≫ | 111100001010001111010010111010001010000111101101 | f0a3d2e8a1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)