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 | ?豸鮓ゥ蝪 | 0011111111100110101101101110100110110110101010011110010110100001 | 3fe6b6e9b6a9e5a1 |
EUC-JP | 宼豸鮓ゥ蝪 | 1000111110111010110110101110110010111000111100101011100010001110101010011110101010100011 | 8fbadaecb8f2b88ea9eaa3 |
UTF-8 | 宼豸鮓ゥ蝪 | 111001011010111010111100111010001011000110111000111010011010111010010011111011111011110110101001111010001001110110101010 | e5aebce8b1b8e9ae93efbda9e89daa |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)