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 | ÀÏL | 10001111110000001100111101001100 | 8fc0cf4c |
SJIS-WIN | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
EUC-JP | ?ÀÏL | 0011111110001111101010101010001010001111101010101100000101001100 | 3f8faaa28faac14c |
UTF-8 | ÀÏL | 11000010100011111100001110000000110000111000111101001100 | c28fc380c38f4c |
UHC | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)