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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蘓鏥蘓鏥^ | 111001010101111011101000010101001110010101011110111010000101010001011110 | e55ee854e55ee8545e |
EUC-JP | 蘓鏥蘓鏥^ | 111010011011111111101111101101011110100110111111111011111011010101011110 | e9bfefb5e9bfefb55e |
UTF-8 | 蘓鏥蘓鏥^ | 11101000100110001001001111101001100011111010010111101000100110001001001111101001100011111010010101011110 | e89893e98fa5e89893e98fa55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)