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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ソ蘂^ | 10111111111001010100000101011110 | bfe5415e |
EUC-JP | ソ蘂^ | 1000111010111111111010011010001001011110 | 8ebfe9a25e |
UTF-8 | ソ蘂^ | 11101111101111011011111111101000100110001000001001011110 | efbdbfe898825e |
UHC | ?蘂^ | 00111111111001111101111001011110 | 3fe7de5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)