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 | 顆樊オゥ蓁 | 1110100011110111100111101110011010110101101010011110010011101011 | e8f79ee6b5a9e4eb |
EUC-JP | 顆樊オゥ蓁 | 11110000111110011101110011101000100011101011010110001110101010011110100011101101 | f0f9dce88eb58ea9e8ed |
UTF-8 | 顆樊オゥ蓁 | 111010011010000110000110111001101010100010001010111011111011110110110101111011111011110110101001111010001001001110000001 | e9a186e6a88aefbdb5efbda9e89381 |
UHC | 顆樊??? | 11001110101010001101101111100000001111110011111100111111 | cea8dbe03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)