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 | 鬱箜鉋 | 100111110101010011100010101100011110011111101110 | 9f54e2b1e7ee |
EUC-JP | 鬱箜鉋 | 110111011011010111100100101100111110111011110000 | ddb5e4b3eef0 |
UTF-8 | 鬱箜鉋 | 111010011010110010110001111001111010111010011100111010011000100110001011 | e9acb1e7ae9ce9898b |
UHC | 鬱?? | 11101010101001100011111100111111 | eaa63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)