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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遑晉ソヲ浯 | 1110011110100001100111011110011110111111101001101111101011111100 | e7a19de7bfa6fafc |
EUC-JP | 遑晉ソヲ浯 | 1110111010100011110110101110100110001110101111111000111010100110100011111100011111000011 | eea3dae98ebf8ea68fc7c3 |
UTF-8 | 遑晉ソヲ浯 | 111010011000000110010001111001101001100110001001111011111011110110111111111011111011110110100110111001101011010110101111 | e98191e69989efbdbfefbda6e6b5af |
UHC | 遑晉??? | 11111100110110101111001011001011001111110011111100111111 | fcdaf2cb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)