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 | 餓??渦? | 10001001111011000011111100111111100010010101000100111111 | 89ec3f3f89513f |
EUC-JP | 餓??渦? | 10110010111011100011111100111111101100011011001000111111 | b2ee3f3fb1b23f |
UTF-8 | 餓뽬떨渦욘 | 111010011010010010010011111010111011110110101100111010111001011010101000111001101011100010100110111011001001101010011000 | e9a493ebbdaceb96a8e6b8a6ec9a98 |
UHC | 餓뽬떨渦욘 | 11100100101110111001011011101000101101101011001111101000101111101011111111100110 | e4bb96e8b6b3e8bebfe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)