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 | 瀇質湜 | 111110110100111110001110101111111111101101000111 | fb4f8ebffb47 |
EUC-JP | 瀇質湜 | 1000111111001001101011011011110011000001100011111100011111111100 | 8fc9adbcc18fc7fc |
UTF-8 | 瀇質湜 | 111001111000000010000111111010001011001110101010111001101011100110011100 | e78087e8b3aae6b99c |
UHC | ?質湜 | 0011111111110010111101011110001111010111 | 3ff2f5e3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)