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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 省蠑ァh省 | 1000111111001000111001011011110010100111011010001000111111001000 | 8fc8e5bca7688fc8 |
EUC-JP | 省蠑ァh省 | 101111101100101011101010101111101000111010100111011010001011111011001010 | becaeabe8ea768beca |
UTF-8 | 省蠑ァh省 | 11100111100111001000000111101000101000001001000111101111101111011010011101101000111001111001110010000001 | e79c81e8a091efbda768e79c81 |
UHC | 省??h省 | 11100000111111010011111100111111011010001110000011111101 | e0fd3f3f68e0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)