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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | スキ耘 | 10111101101101111110001111001111 | bdb7e3cf |
EUC-JP | スキ耘 | 100011101011110110001110101101111110011011010001 | 8ebd8eb7e6d1 |
UTF-8 | スキ耘 | 111011111011110110111101111011111011110110110111111010001000000010011000 | efbdbdefbdb7e88098 |
UHC | ??耘 | 00111111001111111110100111111100 | 3f3fe9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)