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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 蘊ら?\ | 111001010101110110000010111001110011111101011100 | e55d82e73f5c |
EUC-JP | 蘊ら?\ | 111010011011111010100100111010010011111101011100 | e9bea4e93f5c |
UTF-8 | 蘊ら겗\ | 11101000100110001000101011100011100000101000100111101010101100101001011101011100 | e8988ae38289eab2975c |
UHC | 蘊ら겗\ | 11101000101100111010101011101001100000011010111001011100 | e8b3aae981ae5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)