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 | 0011111100111111100111010101010101101111 | 3f3f9d556f |
EUC-JP | ??拔o | 0011111100111111110110011011011001101111 | 3f3fd9b66f |
UTF-8 | 인뤶拔o | 11101100100111011011100011101011101001001011011011100110100010111001010001101111 | ec9db8eba4b6e68b946f |
UHC | 인뤶拔o | 11000000110011101000111111100100110110101111101101101111 | c0ce8fe4dafb6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)