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 | 症?禹??名 | 100011111100011100111111111000100101101000111111001111111001011010111100 | 8fc73fe25a3f3f96bc |
EUC-JP | 症?禹?薏名 | 1011111011001001001111111110001110111011001111111000111111011001110111101100110010111110 | bec93fe3bb3f8fd9deccbe |
UTF-8 | 症렊禹렔薏名 | 111001111001011110000111111010111010000010001010111001111010011010111001111010111010000010010100111010001001011010001111111001011001000010001101 | e79787eba08ae7a6b9eba094e8968fe5908d |
UHC | 症렊禹렔薏名 | 111100011111100010001110101000011110100111100000100011101010100111101011111110111101100110100011 | f1f88ea1e9e08ea9ebfbd9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)