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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | セイhセイ | 1011111010110010011010001011111010110010 | beb268beb2 |
EUC-JP | セイhセイ | 100011101011111010001110101100100110100010001110101111101000111010110010 | 8ebe8eb2688ebe8eb2 |
UTF-8 | セイhセイ | 11101111101111011011111011101111101111011011001001101000111011111011110110111110111011111011110110110010 | efbdbeefbdb268efbdbeefbdb2 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)