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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 葯溷ウエ] | 11100100110111101001111111100101101100111011010001011101 | e4de9fe5b3b45d |
EUC-JP | 葯溷ウエ] | 111010001110000011011110111001111000111010110011100011101011010001011101 | e8e0dee78eb38eb45d |
UTF-8 | 葯溷ウエ] | 11101000100100011010111111100110101110101011011111101111101111011011001111101111101111011011010001011101 | e891afe6bab7efbdb3efbdb45d |
UHC | 葯???] | 111001011011010100111111001111110011111101011101 | e5b53f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)