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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ????坎?? | 0011111100111111001111110011111110011010101010100011111100111111 | 3f3f3f3f9aaa3f3f |
| EUC-JP | ????坎?? | 0011111100111111001111110011111111010100101011000011111100111111 | 3f3f3f3fd4ac3f3f |
| UTF-8 | 쑈렺쑈뤰坎쥙횓 | 111011001001000110001000111010111010000010111010111011001001000110001000111010111010010010110000111001011001110110001110111011001010010110011001111011011001101010010011 | ec9188eba0baec9188eba4b0e59d8eeca599ed9a93 |
| UHC | 쑈렺쑈뤰坎쥙횓 | 1011111010100100100011101100001010111110101001001000111111011110110010101110110010100010100011101100001110001110 | bea48ec2bea48fdecaeca28ec38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)