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£´A | 1001001001001110100100011010001110010001101101001001001001000001 | 924e91a391b49241 |
SJIS-WIN | ?N?£?´?A | 00111111010011100011111110000001100100100011111110000001010011000011111101000001 | 3f4e3f81923f814c3f41 |
EUC-JP | ?N?£?´?A | 00111111010011100011111110100001111100100011111110100001101011010011111101000001 | 3f4e3fa1f23fa1ad3f41 |
UTF-8 | N£´A | 1100001010010010010011101100001010010001110000101010001111000010100100011100001010110100110000101001001001000001 | c2924ec291c2a3c291c2b4c29241 |
UHC | ?N???´?A | 001111110100111000111111001111110011111110100010101001010011111101000001 | 3f4e3f3f3fa2a53f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)