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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 第???B | 100100011110011000111111001111110011111101000010 | 91e63f3f3f42 |
EUC-JP | 第???B | 110000101110100000111111001111110011111101000010 | c2e83f3f3f42 |
UTF-8 | 第뀜렰렪B | 11100111101011001010110011101011100000001001110011101011101000001011000011101011101000001010101001000010 | e7acaceb809ceba0b0eba0aa42 |
UHC | 第뀜렰렪B | 111100001010111110110010111100011000111010111101100011101011100001000010 | f0afb2f18ebd8eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)