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 | 壹椢鞳 | 100110101110001110011110100110101110100011100011 | 9ae39e9ae8e3 |
EUC-JP | 壹椢鞳 | 110101001110010111011011111110101111000011100101 | d4e5dbfaf0e5 |
UTF-8 | 壹椢鞳 | 111001011010001110111001111001101010010010100010111010011001111010110011 | e5a3b9e6a4a2e99eb3 |
UHC | 壹?? | 11101100111011000011111100111111 | ecec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)