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 | 冶??節?? | 1001011011101000001111110011111110010000110111110011111100111111 | 96e83f3f90df3f3f |
| EUC-JP | 冶??節?? | 1100110011101010001111110011111111000000111000010011111100111111 | ccea3f3fc0e13f3f |
| UTF-8 | 冶먬젺節딀벦 | 111001011000011010110110111010111010100010101100111011001010000010111010111001111010111110000000111010111001010010000000111010111011001010100110 | e586b6eba8aceca0bae7af80eb9480ebb2a6 |
| UHC | 冶먬젺節딀벦 | 111001011010011110010000111010011010000010101101111011111011110110001010111001101001001110111110 | e5a790e9a0adefbd8ae693be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)