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 | §Á§ÁB | 1010011111000001101001111100000101000010 | a7c1a7c142 |
SJIS-WIN | §?§?B | 10000001100110000011111110000001100110000011111101000010 | 81983f81983f42 |
EUC-JP | §Á§ÁB | 1010000111111000100011111010101010100001101000011111100010001111101010101010000101000010 | a1f88faaa1a1f88faaa142 |
UTF-8 | §Á§ÁB | 110000101010011111000011100000011100001010100111110000111000000101000010 | c2a7c381c2a7c38142 |
UHC | §?§?B | 10100001110101110011111110100001110101110011111101000010 | a1d73fa1d73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)