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 | 10010010111110010011111110001110101010000011111111100110100110100011111101000010 | 92f93f8ea83fe69a3f42 |
EUC-JP | 訂?耳?證?B | 11000100111110110011111110111100101010100011111111101011111110100011111101000010 | c4fb3fbcaa3febfa3f42 |
UTF-8 | 訂렗耳렰證렋B | 11101000101010001000001011101011101000001001011111101000100000001011001111101011101000001011000011101000101011011000100111101011101000001000101101000010 | e8a882eba097e880b3eba0b0e8ad89eba08b42 |
UHC | 訂렗耳렰證렋B | 11101111111101001000111010101100111011001011110010001110101111011111000111111011100011101010001001000010 | eff48eacecbc8ebdf1fb8ea242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)