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¬º¶ | 1001001001001110100100011010110010010001101110101001000110110110 | 924e91ac91ba91b6 |
SJIS-WIN | ?N?¬???¶ | 00111111010011100011111110000001110010100011111100111111001111111000000111110111 | 3f4e3f81ca3f3f3f81f7 |
EUC-JP | ?N?¬?º?¶ | 001111110100111000111111101000101100110000111111100011111010001011101011001111111010001011111001 | 3f4e3fa2cc3f8fa2eb3fa2f9 |
UTF-8 | N¬º¶ | 110000101001001001001110110000101001000111000010101011001100001010010001110000101011101011000010100100011100001010110110 | c2924ec291c2acc291c2bac291c2b6 |
UHC | ?N???º?¶ | 00111111010011100011111100111111001111111010100010101100001111111010001011010010 | 3f4e3f3f3fa8ac3fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)