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 | 逡ッ嵂 | 1110011110010101101011111111101010110010 | e795affab2 |
EUC-JP | 逡ッ嵂 | 11101101111101011000111010101111100011111011101111010000 | edf58eaf8fbbd0 |
UTF-8 | 逡ッ嵂 | 111010011000000010100001111011111011110110101111111001011011010110000010 | e980a1efbdafe5b582 |
UHC | 逡?? | 11110001111001000011111100111111 | f1e43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)