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 | ???櫛??? | 0011111100111111001111111000101111111001001111110011111100111111 | 3f3f3f8bf93f3f3f |
EUC-JP | ???櫛??? | 0011111100111111001111111011011011111011001111110011111100111111 | 3f3f3fb6fb3f3f3f |
UTF-8 | 야롎롎櫛렜렰롖 | 111011001001010110111100111010111010000110001110111010111010000110001110111001101010101110011011111010111010000010011100111010111010000010110000111010111010000110010110 | ec95bceba18eeba18ee6ab9beba09ceba0b0eba196 |
UHC | 야롎롎櫛렜렰롖 | 1011111011011111100011101101010010001110110101001111000111101110100011101010111010001110101111011000111011011010 | bedf8ed48ed4f1ee8eae8ebd8eda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)