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 | 110000101001111101100000010011000110100011000010100111110110000001001100 | c29f604c68c29f604c |
SJIS-WIN | ??`Lh??`L | 001111110011111101100000010011000110100000111111001111110110000001001100 | 3f3f604c683f3f604c |
EUC-JP | Â?`LhÂ?`L | 10001111101010101010010000111111011000000100110001101000100011111010101010100100001111110110000001001100 | 8faaa43f604c688faaa43f604c |
UTF-8 | Â`LhÂ`L | 11000011100000101100001010011111011000000100110001101000110000111000001011000010100111110110000001001100 | c382c29f604c68c382c29f604c |
UHC | ??`Lh??`L | 001111110011111101100000010011000110100000111111001111110110000001001100 | 3f3f604c683f3f604c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)