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 | 髴冂^ | 1110100110011100100110010110001101011110 | e99c99635e |
EUC-JP | 髴冂^ | 1111000111111100110100011100010001011110 | f1fcd1c45e |
UTF-8 | 髴冂^ | 11101001101010111011010011100101100001101000001001011110 | e9abb4e586825e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)