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 | 1100001010001011110000111000011001001100 | c28bc3864c |
SJIS-WIN | ????L | 0011111100111111001111110011111101001100 | 3f3f3f3f4c |
EUC-JP | Â?Ã?L | 100011111010101010100100001111111000111110101010101010100011111101001100 | 8faaa43f8faaaa3f4c |
UTF-8 | ÂÃL | 110000111000001011000010100010111100001110000011110000101000011001001100 | c382c28bc383c2864c |
UHC | ????L | 0011111100111111001111110011111101001100 | 3f3f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)