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 | ºONX | 1001000110111010100100100100111110010010010011101001001001011000 | 91ba924f924e9258 |
SJIS-WIN | ???O?N?X | 0011111100111111001111110100111100111111010011100011111101011000 | 3f3f3f4f3f4e3f58 |
EUC-JP | ?º?O?N?X | 00111111100011111010001011101011001111110100111100111111010011100011111101011000 | 3f8fa2eb3f4f3f4e3f58 |
UTF-8 | ºONX | 11000010100100011100001010111010110000101001001001001111110000101001001001001110110000101001001001011000 | c291c2bac2924fc2924ec29258 |
UHC | ?º?O?N?X | 001111111010100010101100001111110100111100111111010011100011111101011000 | 3fa8ac3f4f3f4e3f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)