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 | 涬晟剔 | 111110110100000110011101111011101001100110010001 | fb419dee9991 |
EUC-JP | 涬晟剔 | 10001111110001111100111111011010111100001101000111110001 | 8fc7cfdaf0d1f1 |
UTF-8 | 涬晟剔 | 111001101011011010101100111001101001100110011111111001011000100110010100 | e6b6ace6999fe58994 |
UHC | ?晟剔 | 0011111111100000111110011111010010101000 | 3fe0f9f4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)