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£²I° | 10010010010011101001000110100011100100011011001010010010010010011001000110110000 | 924e91a391b2924991b0 |
SJIS-WIN | ?N?£???I?° | 001111110100111000111111100000011001001000111111001111110011111101001001001111111000000110001011 | 3f4e3f81923f3f3f493f818b |
EUC-JP | ?N?£???I?° | 001111110100111000111111101000011111001000111111001111110011111101001001001111111010000111101011 | 3f4e3fa1f23f3f3f493fa1eb |
UTF-8 | N£²I° | 110000101001001001001110110000101001000111000010101000111100001010010001110000101011001011000010100100100100100111000010100100011100001010110000 | c2924ec291c2a3c291c2b2c29249c291c2b0 |
UHC | ?N???²?I?° | 001111110100111000111111001111110011111110101001111101110011111101001001001111111010000111000110 | 3f4e3f3f3fa9f73f493fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)