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¥¤G | 1001001001001110100100011010010110010001101001001001001001000111 | 924e91a591a49247 |
SJIS-WIN | ?N?¥???G | 001111110100111000111111100000011000111100111111001111110011111101000111 | 3f4e3f818f3f3f3f47 |
EUC-JP | ?N???¤?G | 00111111010011100011111100111111001111111000111110100010111100000011111101000111 | 3f4e3f3f3f8fa2f03f47 |
UTF-8 | N¥¤G | 1100001010010010010011101100001010010001110000101010010111000010100100011100001010100100110000101001001001000111 | c2924ec291c2a5c291c2a4c29247 |
UHC | ?N???¤?G | 001111110100111000111111001111110011111110100010101101000011111101000111 | 3f4e3f3f3fa2b43f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)