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 | 韜碁キケ | 111010001110100110001100111010011011011110111001 | e8e98ce9b7b9 |
EUC-JP | 韜碁キケ | 1111000011101011101110001110101110001110101101111000111010111001 | f0ebb8eb8eb78eb9 |
UTF-8 | 韜碁キケ | 111010011001111110011100111001111010001010000001111011111011110110110111111011111011110110111001 | e99f9ce7a281efbdb7efbdb9 |
UHC | 韜碁?? | 110101001011011111010001101100110011111100111111 | d4b7d1b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)