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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ????克^ | 00111111001111110011111100111111100011011000111001011110 | 3f3f3f3f8d8e5e |
EUC-JP | 縕???克^ | 100011111101010011000010001111110011111100111111101110011110111001011110 | 8fd4c23f3f3fb9ee5e |
UTF-8 | 縕듢쇠쾴克^ | 11100111101110001001010111101011100100111010001011101100100001111010000011101100101111101011010011100101100001011000101101011110 | e7b895eb93a2ec87a0ecbeb4e5858b5e |
UHC | 縕듢쇠쾴克^ | 1110100010110010100010101101000010111100111010001011001010001010110100001011101001011110 | e8b28ad0bce8b28ad0ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)