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 | ????@B | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-WIN | 筌???@B | 11100010101000110011111100111111001111110100000001000010 | e2a33f3f3f4042 |
EUC-JP | 筌???@B | 11100100101001010011111100111111001111110100000001000010 | e4a53f3f3f4042 |
UTF-8 | 筌꺨우돭@B | 1110011110101101100011001110101010111010101010001110110010011010101100001110101110001111101011010100000001000010 | e7ad8ceabaa8ec9ab0eb8fad4042 |
UHC | 筌꺨우돭@B | 11101111101001111000001111001110101111111110110010001001101100000100000001000010 | efa783cebfec89b04042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)