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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 螂」蝸徙BF | 111001011010010110100011111001011001011110011100011011110100001001000110 | e5a5a3e5979c6f4246 |
EUC-JP | 螂」蝸徙BF | 11101010101001111000111010100011111010011111011111010111110100000100001001000110 | eaa78ea3e9f7d7d04246 |
UTF-8 | 螂」蝸徙BF | 1110100010011110100000101110111110111101101000111110100010011101101110001110010110111110100110010100001001000110 | e89e82efbda3e89db8e5be994246 |
UHC | 螂?蝸徙BF | 110101011100110000111111111010001100010011011110110101010100001001000110 | d5cc3fe8c4ded54246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)