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?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
SJIS-WIN | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
EUC-JP | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
UTF-8 | 룵句B룴횕 | 11101011101000111011010111101111101001001000011001000010111010111010001110110100111011011001101010010101 | eba3b5efa48642eba3b4ed9a95 |
UHC | 룵句B룴횕 | 100011111010101011001111111110110100001010001111101010011100001110001111 | 8faacffb428fa9c38f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)