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 | ???Wh???W | 001111110011111100111111010101110110100000111111001111110011111101010111 | 3f3f3f57683f3f3f57 |
SJIS-WIN | ???Wh???W | 001111110011111100111111010101110110100000111111001111110011111101010111 | 3f3f3f57683f3f3f57 |
EUC-JP | ???Wh???W | 001111110011111100111111010101110110100000111111001111110011111101010111 | 3f3f3f57683f3f3f57 |
UTF-8 | 렱렚샴Wh렱렚샴W | 111010111010000010110001111010111010000010011010111011001000001110110100010101110110100011101011101000001011000111101011101000001001101011101100100000111011010001010111 | eba0b1eba09aec83b45768eba0b1eba09aec83b457 |
UHC | 렱렚샴Wh렱렚샴W | 100011101011111010001110101011011011110010100100010101110110100010001110101111101000111010101101101111001010010001010111 | 8ebe8eadbca457688ebe8eadbca457 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)