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 | 鞜懷・ェ | 111010001101111110011100111001011010010110101010 | e8df9ce5a5aa |
EUC-JP | 鞜懷・ェ | 1111000011100001110110001110011110001110101001011000111010101010 | f0e1d8e78ea58eaa |
UTF-8 | 鞜懷・ェ | 111010011001111010011100111001101000011110110111111011111011110110100101111011111011110110101010 | e99e9ce687b7efbda5efbdaa |
UHC | ?懷?? | 0011111111111100111000110011111100111111 | 3ffce33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)