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 | テεエツ湘 | 11000011100000111100001110110100110000101000111111000011 | c383c3b4c28fc3 |
EUC-JP | テεエツ湘 | 10001110110000111010011011000101100011101011010010001110110000101011111011000101 | 8ec3a6c58eb48ec2bec5 |
UTF-8 | テεエツ湘 | 1110111110111110100000111100111010110101111011111011110110110100111011111011111010000010111001101011100110011000 | efbe83ceb5efbdb4efbe82e6b998 |
UHC | ?ε??湘 | 00111111101001011110010100111111001111111101111111001111 | 3fa5e53f3fdfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)