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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 倖?倖?^ | 10001100111101000011111110001100111101000011111101011110 | 8cf43f8cf43f5e |
EUC-JP | 倖?倖?^ | 10111000111101100011111110111000111101100011111101011110 | b8f63fb8f63f5e |
UTF-8 | 倖넸倖넵^ | 11100101100000001001011011101011100001001011100011100101100000001001011011101011100001001011010101011110 | e58096eb84b8e58096eb84b55e |
UHC | 倖넸倖넵^ | 111110101011100010110011110111101111101010111000101100111101110001011110 | fab8b3defab8b3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)