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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 魘亥錐 | 111010011011010010001000111001011001000010001101 | e9b488e5908d |
EUC-JP | 魘亥錐 | 111100101011011010110000111001111011111111101101 | f2b6b0e7bfed |
UTF-8 | 魘亥錐 | 111010011010110110011000111001001011101010100101111010011000110010010000 | e9ad98e4baa5e98c90 |
UHC | ?亥錐 | 0011111111111010101001001111010111011110 | 3ffaa4f5de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)