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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韶・鮟肴 | 11101000111011101010010111101001101110111000110111100110 | e8eea5e9bb8de6 |
EUC-JP | 韶・鮟肴 | 1111000011110000100011101010010111110010101111011011101011101000 | f0f08ea5f2bdbae8 |
UTF-8 | 韶・鮟肴 | 111010011001111110110110111011111011110110100101111010011010111010011111111010001000001010110100 | e99fb6efbda5e9ae9fe882b4 |
UHC | 韶?鮟肴 | 11100001110100100011111111100100110101011111110110100010 | e1d23fe4d5fda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)