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 | ?摸槽? | 001111111001011011001100100100011000010100111111 | 3f96cc91853f |
EUC-JP | ?摸槽? | 001111111100110011001110110000011110010100111111 | 3fcccec1e53f |
UTF-8 | 뤲摸槽挻 | 111010111010010010110010111001101001000110111000111001101010011110111101111001101000110010111011 | eba4b2e691b8e6a7bde68cbb |
UHC | 뤲摸槽挻 | 1000111111100000110110011011100011110000110010111110011011001001 | 8fe0d9b8f0cbe6c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)