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 | 釶ィ蠑ア銷サ | 111001111101111110101000111001011011110010110001111001111111011110111011 | e7dfa8e5bcb1e7f7bb |
EUC-JP | 釶ィ蠑ア銷サ | 111011101110000110001110101010001110101010111110100011101011000111101110111110011000111010111011 | eee18ea8eabe8eb1eef98ebb |
UTF-8 | 釶ィ蠑ア銷サ | 111010011000011110110110111011111011110110101000111010001010000010010001111011111011110110110001111010011000101010110111111011111011110110111011 | e987b6efbda8e8a091efbdb1e98ab7efbdbb |
UHC | ????銷? | 00111111001111110011111100111111111000011101000100111111 | 3f3f3f3fe1d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)