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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 煽殞煽壽 | 1001000011111000100111110110110110010000111110001001101011100110 | 90f89f6d90f89ae6 |
EUC-JP | 煽殞煽壽 | 1100000011111010110111011100111011000000111110101101010011101000 | c0faddcec0fad4e8 |
UTF-8 | 煽殞煽壽 | 111001111000010110111101111001101010111010011110111001111000010110111101111001011010001110111101 | e785bde6ae9ee785bde5a3bd |
UHC | 煽殞煽壽 | 1110000011000011111010011111100111100000110000111110000111111000 | e0c3e9f9e0c3e1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)