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 | ?豸晗エ | 001111111110011010110110111110101101011010110100 | 3fe6b6fad6b4 |
EUC-JP | 鉥豸晗エ | 10001111111000111110100011101100101110001000111111000010101110001000111010110100 | 8fe3e8ecb88fc2b88eb4 |
UTF-8 | 鉥豸晗エ | 111010011000100110100101111010001011000110111000111001101001100110010111111011111011110110110100 | e989a5e8b1b8e69997efbdb4 |
UHC | 鉥??? | 1110001011111100001111110011111100111111 | e2fc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)