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 | 禎?將??? | 1001001011110101001111111001101110010010001111110011111100111111 | 92f53f9b923f3f3f |
| EUC-JP | 禎?將??? | 1100010011110111001111111101010111110010001111110011111100111111 | c4f73fd5f23f3f3f |
| UTF-8 | 禎렓將댓렰렋 | 111001111010011010001110111010111010000010010011111001011011000010000111111010111000110010010011111010111010000010110000111010111010000010001011 | e7a68eeba093e5b087eb8c93eba0b0eba08b |
| UHC | 禎렓將댓렰렋 | 111011111110111010001110101010001110110111100010101101001111000110001110101111011000111010100010 | efee8ea8ede2b4f18ebd8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)