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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?串??立? | 0011111110001011111110000011111100111111100101111010011100111111 | 3f8bf83f3f97a73f |
EUC-JP | ?串??立? | 0011111110110110111110100011111100111111110011101010100100111111 | 3fb6fa3f3fcea93f |
UTF-8 | 룴串패룵立쵢 | 111010111010001110110100111001001011100010110010111011011000110010101000111010111010001110110101111001111010101110001011111011001011010110100010 | eba3b4e4b8b2ed8ca8eba3b5e7ab8becb5a2 |
UHC | 룴串패룵立쵢 | 100011111010100111001101111110101100011011010000100011111010101011011000101000011010110101000010 | 8fa9cdfac6d08faad8a1ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)