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 | aLaà^ | 100010110110000110010100010011001000101101100001100111011110000001011110 | 8b61944c8b619de05e |
SJIS-WIN | ?a?L?a??^ | 001111110110000100111111010011000011111101100001001111110011111101011110 | 3f613f4c3f613f3f5e |
EUC-JP | ?a?L?a?à^ | 0011111101100001001111110100110000111111011000010011111110001111101010111010001001011110 | 3f613f4c3f613f8faba25e |
UTF-8 | aLaà^ | 1100001010001011011000011100001010010100010011001100001010001011011000011100001010011101110000111010000001011110 | c28b61c2944cc28b61c29dc3a05e |
UHC | ?a?L?a??^ | 001111110110000100111111010011000011111101100001001111110011111101011110 | 3f613f4c3f613f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)