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 | Àû°¦ | 11000000111110111011000010100110 | c0fbb0a6 |
SJIS-WIN | ??°? | 0011111100111111100000011000101100111111 | 3f3f818b3f |
EUC-JP | Àû°¦ | 1000111110101010101000101000111110101011111001011010000111101011100011111010001011000011 | 8faaa28fabe5a1eb8fa2c3 |
UTF-8 | Àû°¦ | 1100001110000000110000111011101111000010101100001100001010100110 | c380c3bbc2b0c2a6 |
UHC | ??°? | 0011111100111111101000011100011000111111 | 3f3fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)