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 | 閨ソ遽 | 1110100010000001101111111110011110101111 | e881bfe7af |
EUC-JP | 閨ソ遽 | 111011111110000110001110101111111110111010110001 | efe18ebfeeb1 |
UTF-8 | 閨ソ遽 | 111010011001011010101000111011111011110110111111111010011000000110111101 | e996a8efbdbfe981bd |
UHC | 閨?遽 | 1101000010110001001111111100101111101000 | d0b13fcbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)