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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蠇懷、アB | 11111011101000011001110011100101101001001011000101000010 | fba19ce5a4b142 |
EUC-JP | ?懷、アB | 0011111111011000111001111000111010100100100011101011000101000010 | 3fd8e78ea48eb142 |
UTF-8 | 蠇懷、アB | 11101000101000001000011111100110100001111011011111101111101111011010010011101111101111011011000101000010 | e8a087e687b7efbda4efbdb142 |
UHC | ?懷??B | 001111111111110011100011001111110011111101000010 | 3ffce33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)