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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 哀??諭? | 10001000101000110011111100111111100101110100000000111111 | 88a33f3f97403f |
EUC-JP | 哀??諭? | 10110000101001010011111100111111110011011010000100111111 | b0a53f3fcda13f |
UTF-8 | 哀노같諭퀯 | 111001011001001110000000111010111000010110111000111010101011000010011001111010001010101110101101111011011000000010101111 | e59380eb85b8eab099e8abaded80af |
UHC | 哀노같諭퀯 | 11100100111011101011001111101011101100001011000011101011101100011011010001000010 | e4eeb3ebb0b0ebb1b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)