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 | ðýLhðýL | 11110000111111010100110001101000111100001111110101001100 | f0fd4c68f0fd4c |
SJIS-WIN | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
EUC-JP | ðýLhðýL | 100011111010100111000011100011111010101111110010010011000110100010001111101010011100001110001111101010111111001001001100 | 8fa9c38fabf24c688fa9c38fabf24c |
UTF-8 | ðýLhðýL | 1100001110110000110000111011110101001100011010001100001110110000110000111011110101001100 | c3b0c3bd4c68c3b0c3bd4c |
UHC | ð?Lhð?L | 101010011010001100111111010011000110100010101001101000110011111101001100 | a9a33f4c68a9a33f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)