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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?審?淋? | 00111111100100000101001000111111100101111101001000111111 | 3f90523f97d23f |
EUC-JP | ?審?淋? | 00111111101111111011001100111111110011101101010000111111 | 3fbfb33fced43f |
UTF-8 | 룶審룶淋쓩 | 111010111010001110110110111001011010111110101001111010111010001110110110111001101011011110001011111011001001001110101001 | eba3b6e5afa9eba3b6e6b78bec93a9 |
UHC | 룶審룶淋쓩 | 10001111101010111110001111111011100011111010101111010111111110101011111010110001 | 8fabe3fb8fabd7fabeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)