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 | 訂??絲?窪 | 100100101111100100111111001111111110001101001110001111111000110001000101 | 92f93f3fe34e3f8c45 |
EUC-JP | 訂?焌絲?窪 | 1100010011111011001111111000111111001001111010001110010110101111001111111011011110100110 | c4fb3f8fc9e8e5af3fb7a6 |
UTF-8 | 訂렦焌絲횅窪 | 111010001010100010000010111010111010000010100110111001111000010010001100111001111011010110110010111011011001101010000101111001111010101010101010 | e8a882eba0a6e7848ce7b5b2ed9a85e7aaaa |
UHC | 訂렦焌絲횅窪 | 111011111111010010001110101101011111000111100000110111101110101011001000101101111110100011000001 | eff48eb5f1e0deeac8b7e8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)