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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 霑ケ譟曖F | 1110100010111111101110011110011010011111100111100100001001000110 | e8bfb9e69f9e4246 |
EUC-JP | 霑ケ譟曖F | 111100001100000110001110101110011110110010100001110110111010001101000110 | f0c18eb9eca1dba346 |
UTF-8 | 霑ケ譟曖F | 11101001100111001001000111101111101111011011100111101000101011011001111111100110100110111001011001000110 | e99c91efbdb9e8ad9fe69b9646 |
UHC | 霑??曖F | 11101111110001010011111100111111111001001111001001000110 | efc53f3fe4f246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)