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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 曜??僥? | 10010111011010100011111100111111100110010100011000111111 | 976a3f3f99463f |
EUC-JP | 曜??僥? | 11001101110010110011111100111111110100011010011100111111 | cdcb3f3fd1a73f |
UTF-8 | 曜쒑븥僥퇑 | 111001101001101110011100111011001001001010010001111010111011100010100101111001011000001110100101111011011000011110010001 | e69b9cec9291ebb8a5e583a5ed8791 |
UHC | 曜쒑븥僥퇑 | 11101000111110001001110011101000100101011000111011101000111010011011100001000010 | e8f89ce8958ee8e9b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)