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 | 載?將?應 | 1000110111011010001111111001101110010010001111111001110011100100 | 8dda3f9b923f9ce4 |
EUC-JP | 載?將?應 | 1011101011011100001111111101010111110010001111111101100011100110 | badc3fd5f23fd8e6 |
UTF-8 | 載렕將렚應 | 111010001011110010001001111010111010000010010101111001011011000010000111111010111010000010011010111001101000011110001001 | e8bc89eba095e5b087eba09ae68789 |
UHC | 載렕將렚應 | 11101110101100001000111010101010111011011110001010001110101011011110101111101011 | eeb08eaaede28eadebeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)