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 | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
| EUC-JP | ??????Z | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
| UTF-8 | 묰뫇뫏묿뫛몺Z | 11101011101011001011000011101011101010111000011111101011101010111000111111101011101011001011111111101011101010111001101111101011101010101011101001011010 | ebacb0ebab87ebab8febacbfebab9bebaaba5a |
| UHC | 묰뫇뫏묿뫛몺Z | 10010010010001111001000110101010100100011011000110010010010011101001000110111011100100011010000001011010 | 924791aa91b1924e91bb91a05a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)