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£¬LB | 1001001001001110100100011010001110010001101011000100110001000010 | 924e91a391ac4c42 |
SJIS-WIN | ?N?£?¬LB | 00111111010011100011111110000001100100100011111110000001110010100100110001000010 | 3f4e3f81923f81ca4c42 |
EUC-JP | ?N?£?¬LB | 00111111010011100011111110100001111100100011111110100010110011000100110001000010 | 3f4e3fa1f23fa2cc4c42 |
UTF-8 | N£¬LB | 11000010100100100100111011000010100100011100001010100011110000101001000111000010101011000100110001000010 | c2924ec291c2a3c291c2ac4c42 |
UHC | ?N????LB | 0011111101001110001111110011111100111111001111110100110001000010 | 3f4e3f3f3f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)