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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
EUC-JP | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
UTF-8 | 혣횩혘o | 11101101100110001010001111101101100110101010100111101101100110001001100001101111 | ed98a3ed9aa9ed98986f |
UHC | 혣횩혘o | 11000010100011001100001110011111110000101000001101101111 | c28cc39fc2836f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)