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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 迯ィ辣ョ蠑従 | 11100111100011011010100011100111100001011010111011100101101111001000111101011101 | e78da8e785aee5bc8f5d |
EUC-JP | 迯ィ辣ョ蠑従 | 111011011110110110001110101010001110110111100101100011101010111011101010101111101011110110111110 | eded8ea8ede58eaeeabebdbe |
UTF-8 | 迯ィ辣ョ蠑従 | 111010001011111110101111111011111011110110101000111010001011111010100011111011111011110110101110111010001010000010010001111001011011111010010011 | e8bfafefbda8e8bea3efbdaee8a091e5be93 |
UHC | ??辣??? | 00111111001111111101010110111000001111110011111100111111 | 3f3fd5b83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)