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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | 蒸???? | 100011111111011000111111001111110011111100111111 | 8ff63f3f3f3f |
EUC-JP | 蒸?薏®? | 10111110111110000011111110001111110110011101111010001111101000101110111000111111 | bef83f8fd9de8fa2ee3f |
UTF-8 | 蒸렕薏®렞 | 1110100010010010101110001110101110100000100101011110100010010110100011111100001010101110111010111010000010011110 | e892b8eba095e8968fc2aeeba09e |
UHC | 蒸렕薏®렞 | 11110001111110101000111010101010111010111111101110100010111001111000111010101111 | f1fa8eaaebfba2e78eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)