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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 第??皎? | 10010001111001100011111100111111111000011010011100111111 | 91e63f3fe1a73f |
| EUC-JP | 第??皎? | 11000010111010000011111100111111111000101010100100111111 | c2e83f3fe2a93f |
| UTF-8 | 第멩렫皎뤘 | 111001111010110010101100111010111010100110101001111010111010000010101011111001111001101010001110111010111010010010011000 | e7acaceba9a9eba0abe79a8eeba498 |
| UHC | 第멩렫皎뤘 | 11110000101011111011100011100110100011101011100111001110111010111011011111110000 | f0afb8e68eb9ceebb7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)