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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螟呱、匁シ」 | 111001011010010010011001111010111010010010010110111001101011110010100011 | e5a499eba496e6bca3 |
EUC-JP | 螟呱、匁シ」 | 111010101010011011010010111011011000111010100100110011001110100010001110101111001000111010100011 | eaa6d2ed8ea4cce88ebc8ea3 |
UTF-8 | 螟呱、匁シ」 | 111010001001111010011111111001011001000110110001111011111011110110100100111001011000110010000001111011111011110110111100111011111011110110100011 | e89e9fe591b1efbda4e58c81efbdbcefbda3 |
UHC | 螟呱???? | 1101100110101101110011011011001000111111001111110011111100111111 | d9adcdb23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)