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 | 昔燿昔燿^ | 100100001100110011100000101000001001000011001100111000001010000001011110 | 90cce0a090cce0a05e |
EUC-JP | 昔燿昔燿^ | 110000001100111011100000101000101100000011001110111000001010001001011110 | c0cee0a2c0cee0a25e |
UTF-8 | 昔燿昔燿^ | 11100110100110001001010011100111100001111011111111100110100110001001010011100111100001111011111101011110 | e69894e787bfe69894e787bf5e |
UHC | 昔燿昔燿^ | 111000001010111011101000111111001110000010101110111010001111110001011110 | e0aee8fce0aee8fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)