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 | 鼎?? | 10010011010000110011111100111111 | 93433f3f |
EUC-JP | 鼎璣? | 110001011010010010001111110011001101110000111111 | c5a48fccdc3f |
UTF-8 | 鼎璣灐 | 111010011011110010001110111001111001001010100011111001111000000110010000 | e9bc8ee792a3e78190 |
UHC | 鼎璣灐 | 111100001010001111010001101100001111101110100101 | f0a3d1b0fba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)