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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?堤? | 00111111100100101110011100111111 | 3f92e73f |
EUC-JP | ?堤焰 | 001111111100010011101001100011111100100111101111 | 3fc4e98fc9ef |
UTF-8 | 뤻堤焰 | 111010111010010010111011111001011010000010100100111001111000010010110000 | eba4bbe5a0a4e784b0 |
UHC | 뤻堤焰 | 100011111110100111110000101001111110011011111011 | 8fe9f0a7e6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)