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 | ??????Z | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
| SJIS-WIN | 鉤鈴ーケ蟆アZ | 11100111111010101001011111101001101100001011100111100101101100001011000101011010 | e7ea97e9b0b9e5b0b15a |
| EUC-JP | 鉤鈴ーケ蟆アZ | 11101110111011001100111011101011100011101011000010001110101110011110101010110010100011101011000101011010 | eeecceeb8eb08eb9eab28eb15a |
| UTF-8 | 鉤鈴ーケ蟆アZ | 11101001100010011010010011101001100010001011010011101111101111011011000011101111101111011011100111101000100111111000011011101111101111011011000101011010 | e989a4e988b4efbdb0efbdb9e89f86efbdb15a |
| UHC | 鉤鈴????Z | 110011111100100111010110110000100011111100111111001111110011111101011010 | cfc9d6c23f3f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)