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 | 茘曙磁 | 111001001010101110001111100011001000111010100101 | e4ab8f8c8ea5 |
EUC-JP | 茘曙磁 | 111010001010110110111101111011001011110010100111 | e8adbdecbca7 |
UTF-8 | 茘曙磁 | 111010001000110010011000111001101001101110011001111001111010001110000001 | e88c98e69b99e7a381 |
UHC | ?曙磁 | 0011111111011111111101011110110110111000 | 3fdff5edb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)