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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ??ュH | 0011111100111111100000111000010101001000 | 3f3f838548 |
EUC-JP | ??ュH | 0011111100111111101001011110010101001000 | 3f3fa5e548 |
UTF-8 | 룵殺ュH | 11101011101000111011010111101111101001011011000011100011100000111010010101001000 | eba3b5efa5b0e383a548 |
UHC | 룵殺ュH | 10001111101010101110000111101101101010111110010101001000 | 8faae1edabe548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)