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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 第?????B | 1001000111100110001111110011111100111111001111110011111101000010 | 91e63f3f3f3f3f42 |
EUC-JP | 第?????B | 1100001011101000001111110011111100111111001111110011111101000010 | c2e83f3f3f3f3f42 |
UTF-8 | 第면렎렯藺렪B | 11100111101011001010110011101011101010011011010011101011101000001000111011101011101000001010111111101111101001111011000011101011101000001010101001000010 | e7acaceba9b4eba08eeba0afefa7b0eba0aa42 |
UHC | 第면렎렯藺렪B | 11110000101011111011100011101001100011101010010010001110101111001110110011100001100011101011100001000010 | f0afb8e98ea48ebcece18eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)