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 | ????h??? | 0011111100111111001111110011111101101000001111110011111100111111 | 3f3f3f3f683f3f3f |
SJIS-WIN | ????h??? | 0011111100111111001111110011111101101000001111110011111100111111 | 3f3f3f3f683f3f3f |
EUC-JP | ????h??? | 0011111100111111001111110011111101101000001111110011111100111111 | 3f3f3f3f683f3f3f |
UTF-8 | 얍렕렯렱h얍렕렯 | 11101100100101101000110111101011101000001001010111101011101000001010111111101011101000001011000101101000111011001001011010001101111010111010000010010101111010111010000010101111 | ec968deba095eba0afeba0b168ec968deba095eba0af |
UHC | 얍렕렯렱h얍렕렯 | 101111101110010110001110101010101000111010111100100011101011111001101000101111101110010110001110101010101000111010111100 | bee58eaa8ebc8ebe68bee58eaa8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)