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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 訛?訛?^ | 11100110011000010011111111100110011000010011111101011110 | e6613fe6613f5e |
EUC-JP | 訛縕訛縕^ | 1110101111000010100011111101010011000010111010111100001010001111110101001100001001011110 | ebc28fd4c2ebc28fd4c25e |
UTF-8 | 訛縕訛縕^ | 11101000101010001001101111100111101110001001010111101000101010001001101111100111101110001001010101011110 | e8a89be7b895e8a89be7b8955e |
UHC | 訛縕訛縕^ | 111010001100010111101000101100101110100011000101111010001011001001011110 | e8c5e8b2e8c5e8b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)