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 | ²A²AB | 100100011011001010010010010000011001000110110010100100100100000101000010 | 91b2924191b2924142 |
SJIS-WIN | ???A???AB | 001111110011111100111111010000010011111100111111001111110100000101000010 | 3f3f3f413f3f3f4142 |
EUC-JP | ???A???AB | 001111110011111100111111010000010011111100111111001111110100000101000010 | 3f3f3f413f3f3f4142 |
UTF-8 | ²A²AB | 110000101001000111000010101100101100001010010010010000011100001010010001110000101011001011000010100100100100000101000010 | c291c2b2c29241c291c2b2c2924142 |
UHC | ?²?A?²?AB | 0011111110101001111101110011111101000001001111111010100111110111001111110100000101000010 | 3fa9f73f413fa9f73f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)