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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 悅??影?B | 1111101010111101001111110011111110001001011001010011111101000010 | fabd3f3f89653f42 |
EUC-JP | ???影?B | 00111111001111110011111110110001110001100011111101000010 | 3f3f3fb1c63f42 |
UTF-8 | 悅롧뜥影텯B | 11100110100000101000010111101011101000011010011111101011100111001010010111100101101111011011000111101101100001011010111101000010 | e68285eba1a7eb9ca5e5bdb1ed85af42 |
UHC | 悅롧뜥影텯B | 1110011011101101100011101110011110001101101010001110011110101111101101110100001001000010 | e6ed8ee78da8e7afb74242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)