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¤¡K | 1001001001001110100100011010010010010001101000011001001001001011 | 924e91a491a1924b |
SJIS-WIN | ?N?????K | 0011111101001110001111110011111100111111001111110011111101001011 | 3f4e3f3f3f3f3f4b |
EUC-JP | ?N?¤?¡?K | 001111110100111000111111100011111010001011110000001111111000111110100010110000100011111101001011 | 3f4e3f8fa2f03f8fa2c23f4b |
UTF-8 | N¤¡K | 1100001010010010010011101100001010010001110000101010010011000010100100011100001010100001110000101001001001001011 | c2924ec291c2a4c291c2a1c2924b |
UHC | ?N?¤?¡?K | 00111111010011100011111110100010101101000011111110100010101011100011111101001011 | 3f4e3fa2b43fa2ae3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)