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 | 額俯? | 1000101001111010100110001110101100111111 | 8a7a98eb3f |
EUC-JP | 額俯? | 1011001111011011110100001110110100111111 | b3dbd0ed3f |
UTF-8 | 額俯쒜 | 111010011010000110001101111001001011111110101111111011001001001010011100 | e9a18de4bfafec929c |
UHC | 額俯쒜 | 111001001111111011011100111101101011111010101110 | e4fedcf6beae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)