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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 禎?刀遵?? | 100100101111010100111111100100111000000110001111100001010011111100111111 | 92f53f93818f853f3f |
| EUC-JP | 禎?刀遵?? | 110001001111011100111111110001011110000110111101111001010011111100111111 | c4f73fc5e1bde53f3f |
| UTF-8 | 禎대刀遵띔혁 | 111001111010011010001110111010111000110010000000111001011000100010000000111010011000000110110101111010111001110110010100111011011001100010000001 | e7a68eeb8c80e58880e981b5eb9d94ed9881 |
| UHC | 禎대刀遵띔혁 | 111011111110111010110100111010111101001111101111111100011110010110110110111010101100011111110101 | efeeb4ebd3eff1e5b6eac7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)