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 | 池兢?? | 100100100111001010011001010111010011111100111111 | 9272995d3f3f |
EUC-JP | 池兢?釪 | 1100001111010011110100011011111000111111100011111110001110101101 | c3d3d1be3f8fe3ad |
UTF-8 | 池兢쏭釪 | 111001101011000110100000111001011000010110100010111011001000111110101101111010011000011110101010 | e6b1a0e585a2ec8fade987aa |
UHC | 池兢쏭釪 | 1111001010101110110100001110011110111101111101101110100111101001 | f2aed0e7bdf6e9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)