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 | ºNAA | 1001000110111010100100100100111010010010010000011001001001000001 | 91ba924e92419241 |
SJIS-WIN | ???N?A?A | 0011111100111111001111110100111000111111010000010011111101000001 | 3f3f3f4e3f413f41 |
EUC-JP | ?º?N?A?A | 00111111100011111010001011101011001111110100111000111111010000010011111101000001 | 3f8fa2eb3f4e3f413f41 |
UTF-8 | ºNAA | 11000010100100011100001010111010110000101001001001001110110000101001001001000001110000101001001001000001 | c291c2bac2924ec29241c29241 |
UHC | ?º?N?A?A | 001111111010100010101100001111110100111000111111010000010011111101000001 | 3fa8ac3f4e3f413f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)