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 | ?描槽? | 001111111001010101100000100100011000010100111111 | 3f956091853f |
EUC-JP | ?描槽? | 001111111100100111000001110000011110010100111111 | 3fc9c1c1e53f |
UTF-8 | 뤲描槽畵 | 111010111010010010110010111001101000111110001111111001101010011110111101111001111001010110110101 | eba4b2e68f8fe6a7bde795b5 |
UHC | 뤲描槽畵 | 1000111111100000110110011101101011110000110010111111101111111110 | 8fe0d9daf0cbfbfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)