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 | 1001001001001110100100011010011010010001101001110100110001000010 | 924e91a691a74c42 |
SJIS-WIN | ?N???§LB | 001111110100111000111111001111110011111110000001100110000100110001000010 | 3f4e3f3f3f81984c42 |
EUC-JP | ?N?¦?§LB | 0011111101001110001111111000111110100010110000110011111110100001111110000100110001000010 | 3f4e3f8fa2c33fa1f84c42 |
UTF-8 | N¦§LB | 11000010100100100100111011000010100100011100001010100110110000101001000111000010101001110100110001000010 | c2924ec291c2a6c291c2a74c42 |
UHC | ?N???§LB | 001111110100111000111111001111110011111110100001110101110100110001000010 | 3f4e3f3f3fa1d74c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)