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?? | 0011111100111111010010000011111100111111 | 3f3f483f3f |
SJIS-WIN | テサHテ湘 | 110000111011101101001000110000111000111111000011 | c3bb48c38fc3 |
EUC-JP | テサHテ湘 | 100011101100001110001110101110110100100010001110110000111011111011000101 | 8ec38ebb488ec3bec5 |
UTF-8 | テサHテ湘 | 11101111101111101000001111101111101111011011101101001000111011111011111010000011111001101011100110011000 | efbe83efbdbb48efbe83e6b998 |
UHC | ??H?湘 | 001111110011111101001000001111111101111111001111 | 3f3f483fdfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)