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 | ???蘊??? | 0011111100111111001111111110010101011101001111110011111100111111 | 3f3f3fe55d3f3f3f |
| EUC-JP | ???蘊??? | 0011111100111111001111111110100110111110001111110011111100111111 | 3f3f3fe9be3f3f3f |
| UTF-8 | 琉쎽퐙蘊귝셀璘 | 111011111010011110001100111011001000111010111101111011011001000010011001111010001001100010001010111010101011011110011101111011001000010110000000111011111010011110101111 | efa78cec8ebded9099e8988aeab79dec8580efa7af |
| UHC | 琉쎽퐙蘊귝셀璘 | 1110101110100100100110111110010010111101100000111110100010110011100000101110011010111100101111111110110011011110 | eba49be4bd83e8b382e6bcbfecde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)