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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 載?將?^ | 10001101110110100011111110011011100100100011111101011110 | 8dda3f9b923f5e |
EUC-JP | 載?將?^ | 10111010110111000011111111010101111100100011111101011110 | badc3fd5f23f5e |
UTF-8 | 載렕將렚^ | 11101000101111001000100111101011101000001001010111100101101100001000011111101011101000001001101001011110 | e8bc89eba095e5b087eba09a5e |
UHC | 載렕將렚^ | 111011101011000010001110101010101110110111100010100011101010110101011110 | eeb08eaaede28ead5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)