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 | 11101000100011001001011111101001101100001011100111100101101100001011000101011010 | e88c97e9b0b9e5b0b15a |
| EUC-JP | 闌鈴ーケ蟆アZ | 11101111111011001100111011101011100011101011000010001110101110011110101010110010100011101011000101011010 | efecceeb8eb08eb9eab28eb15a |
| UTF-8 | 闌鈴ーケ蟆アZ | 11101001100101111000110011101001100010001011010011101111101111011011000011101111101111011011100111101000100111111000011011101111101111011011000101011010 | e9978ce988b4efbdb0efbdb9e89f86efbdb15a |
| UHC | ?鈴????Z | 0011111111010110110000100011111100111111001111110011111101011010 | 3fd6c23f3f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)