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 | ´¤½Ê´¤ | 101101001010010010111101110010101011010010100100 | b4a4bdcab4a4 |
SJIS-WIN | ´???´? | 1000000101001100001111110011111100111111100000010100110000111111 | 814c3f3f3f814c3f |
EUC-JP | ´¤?Ê´¤ | 1010000110101101100011111010001011110000001111111000111110101010101101001010000110101101100011111010001011110000 | a1ad8fa2f03f8faab4a1ad8fa2f0 |
UTF-8 | ´¤½Ê´¤ | 110000101011010011000010101001001100001010111101110000111000101011000010101101001100001010100100 | c2b4c2a4c2bdc38ac2b4c2a4 |
UHC | ´¤½?´¤ | 1010001010100101101000101011010010101000111101100011111110100010101001011010001010110100 | a2a5a2b4a8f63fa2a5a2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)