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 | Á÷°ê | 11000001111101111011000011101010 | c1f7b0ea |
SJIS-WIN | ?÷°? | 001111111000000110000000100000011000101100111111 | 3f8180818b3f |
EUC-JP | Á÷°ê | 10001111101010101010000110100001111000001010000111101011100011111010101110110100 | 8faaa1a1e0a1eb8fabb4 |
UTF-8 | Á÷°ê | 1100001110000001110000111011011111000010101100001100001110101010 | c381c3b7c2b0c3aa |
UHC | ?÷°? | 001111111010000111000000101000011100011000111111 | 3fa1c0a1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)