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 | 螟ァ蠎夂ュ | 1110010110100100101001111110010110111010100110101110011110101101 | e5a4a7e5ba9ae7ad |
EUC-JP | 螟ァ蠎夂ュ | 11101010101001101000111010100111111010101011110011010100111010011000111010101101 | eaa68ea7eabcd4e98ead |
UTF-8 | 螟ァ蠎夂ュ | 111010001001111010011111111011111011110110100111111010001010000010001110111001011010010010000010111011111011110110101101 | e89e9fefbda7e8a08ee5a482efbdad |
UHC | 螟???? | 110110011010110100111111001111110011111100111111 | d9ad3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)