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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 任?粧?^ | 10010100010000110011111110001111110011110011111101011110 | 94433f8fcf3f5e |
EUC-JP | 任?粧?^ | 11000111101001000011111110111110110100010011111101011110 | c7a43fbed13f5e |
UTF-8 | 任렒粧렒^ | 11100100101110111011101111101011101000001001001011100111101100101010011111101011101000001001001001011110 | e4bbbbeba092e7b2a7eba0925e |
UHC | 任렒粧렒^ | 111011001111001010001110101001111110110111110010100011101010011101011110 | ecf28ea7edf28ea75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)