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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 惟經?^ | 100010001101001011100011010100110011111101011110 | 88d2e3533f5e |
EUC-JP | 惟經?^ | 101100001101010011100101101101000011111101011110 | b0d4e5b43f5e |
UTF-8 | 惟經색^ | 11100110100000111001111111100111101101101001001111101100100000111000100101011110 | e6839fe7b693ec83895e |
UHC | 惟經색^ | 11101010111011101100110011101000101110111111011001011110 | eaeecce8bbf65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)