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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟇倡明蟯ヲ | 111001011010111110011000111001111001011010111110111001011011001010100110 | e5af98e796bee5b2a6 |
EUC-JP | 蟇倡明蟯ヲ | 11101010101100011101000011101001110011001100000011101010101101001000111010100110 | eab1d0e9ccc0eab48ea6 |
UTF-8 | 蟇倡明蟯ヲ | 111010001001111110000111111001011000000010100001111001101001100010001110111010001001111110101111111011111011110110100110 | e89f87e580a1e6988ee89fafefbda6 |
UHC | ?倡明蟯? | 0011111111110011110110111101100110100101111010011010100000111111 | 3ff3dbd9a5e9a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)