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 | ´ÂWB | 1100001010010001110000101011010011000010100100100101011101000010 | c291c2b4c2925742 |
SJIS-WIN | ???´??WB | 001111110011111100111111100000010100110000111111001111110101011101000010 | 3f3f3f814c3f3f5742 |
EUC-JP | �´�WB | 100011111010101010100100001111111000111110101010101001001010000110101101100011111010101010100100001111110101011101000010 | 8faaa43f8faaa4a1ad8faaa43f5742 |
UTF-8 | ´ÂWB | 1100001110000010110000101001000111000011100000101100001010110100110000111000001011000010100100100101011101000010 | c382c291c382c2b4c382c2925742 |
UHC | ???´??WB | 001111110011111100111111101000101010010100111111001111110101011101000010 | 3f3f3fa2a53f3f5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)