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 | ツ古青鳴エ | 1100001010001100110000111001000011000010100101101100001010110100 | c28cc390c296c2b4 |
EUC-JP | ツ古青鳴エ | 10001110110000101011100011000101110000001100010011001100110001001000111010110100 | 8ec2b8c5c0c4ccc48eb4 |
UTF-8 | ツ古青鳴エ | 111011111011111010000010111001011000111110100100111010011001110110010010111010011011001110110100111011111011110110110100 | efbe82e58fa4e99d92e9b3b4efbdb4 |
UHC | ?古?鳴? | 00111111110011011010111100111111110110011011000000111111 | 3fcdaf3fd9b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)