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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??薛B | 0011111100111111111001010100110001000010 | 3f3fe54c42 |
EUC-JP | ??薛B | 0011111100111111111010011010110101000010 | 3f3fe9ad42 |
UTF-8 | 롇렟薛B | 11101011101000011000011111101011101000001001111111101000100101101001101101000010 | eba187eba09fe8969b42 |
UHC | 롇렟薛B | 10001110110011011000111010110000111000001110000001000010 | 8ecd8eb0e0e042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)