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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 赱晉◎^ | 11100110110111111001110111100111100000011001110101011110 | e6df9de7819d5e |
EUC-JP | 赱晉◎^ | 11101100111000011101101011101001101000011111110101011110 | ece1dae9a1fd5e |
UTF-8 | 赱晉◎^ | 11101000101101011011000111100110100110011000100111100010100101111000111001011110 | e8b5b1e69989e2978e5e |
UHC | ?晉◎^ | 001111111111001011001011101000011101110101011110 | 3ff2cba1dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)