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 | ºNºNB | 100100011011101010010010010011101001000110111010100100100100111001000010 | 91ba924e91ba924e42 |
SJIS-WIN | ???N???NB | 001111110011111100111111010011100011111100111111001111110100111001000010 | 3f3f3f4e3f3f3f4e42 |
EUC-JP | ?º?N?º?NB | 00111111100011111010001011101011001111110100111000111111100011111010001011101011001111110100111001000010 | 3f8fa2eb3f4e3f8fa2eb3f4e42 |
UTF-8 | ºNºNB | 110000101001000111000010101110101100001010010010010011101100001010010001110000101011101011000010100100100100111001000010 | c291c2bac2924ec291c2bac2924e42 |
UHC | ?º?N?º?NB | 0011111110101000101011000011111101001110001111111010100010101100001111110100111001000010 | 3fa8ac3f4e3fa8ac3f4e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)