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 | 池?紆陌 | 10010010011100100011111111100010111111001110100010011001 | 92723fe2fce899 |
EUC-JP | 池?紆陌 | 11000011110100110011111111100100111111101110111111111001 | c3d33fe4feeff9 |
UTF-8 | 池렍紆陌 | 111001101011000110100000111010111010000010001101111001111011010010000110111010011001100110001100 | e6b1a0eba08de7b486e9998c |
UHC | 池렍紆陌 | 1111001010101110100011101010001111101001111000011101100011101000 | f2ae8ea3e9e1d8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)