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 | 隍灘サ。 | 111010001010010010010011111001011011101110100001 | e8a493e5bba1 |
EUC-JP | 隍灘サ。 | 1111000010100110110001101110011110001110101110111000111010100001 | f0a6c6e78ebb8ea1 |
UTF-8 | 隍灘サ。 | 111010011001101010001101111001111000000110011000111011111011110110111011111011111011110110100001 | e99a8de78198efbdbbefbda1 |
UHC | 隍灘?? | 111111001101101111110111101010000011111100111111 | fcdbf7a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)