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 | 10010010110011111110000110100111001111110011111110011011100000110011111101011010 | 92cfe1a73f3f9b833f5a |
| EUC-JP | 佃皎??寃?Z | 11000100110100011110001010101001001111110011111111010101111000110011111101011010 | c4d1e2a93f3fd5e33f5a |
| UTF-8 | 佃皎렟렫寃렠Z | 11100100101111011000001111100111100110101000111011101011101000001001111111101011101000001010101111100101101011111000001111101011101000001010000001011010 | e4bd83e79a8eeba09feba0abe5af83eba0a05a |
| UHC | 佃皎렟렫寃렠Z | 11101110111011001100111011101011100011101011000010001110101110011110101010110010100011101011000101011010 | eeecceeb8eb08eb9eab28eb15a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)