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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鞨゙邇ョケ」 | 1110100011100000110111101110011110001110101011101011100110100011 | e8e0dee78eaeb9a3 |
EUC-JP | 鞨゙邇ョケ」 | 111100001110001010001110110111101110110111101110100011101010111010001110101110011000111010100011 | f0e28edeedee8eae8eb98ea3 |
UTF-8 | 鞨゙邇ョケ」 | 111010011001111010101000111011111011111010011110111010011000001010000111111011111011110110101110111011111011110110111001111011111011110110100011 | e99ea8efbe9ee98287efbdaeefbdb9efbda3 |
UHC | 鞨?邇??? | 1100101011101010001111111110110011000100001111110011111100111111 | caea3fecc43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)