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 | çý°ú | 11100111111111011011000011111010 | e7fdb0fa |
SJIS-WIN | ??°? | 0011111100111111100000011000101100111111 | 3f3f818b3f |
EUC-JP | çý°ú | 1000111110101011101011101000111110101011111100101010000111101011100011111010101111100010 | 8fabae8fabf2a1eb8fabe2 |
UTF-8 | çý°ú | 1100001110100111110000111011110111000010101100001100001110111010 | c3a7c3bdc2b0c3ba |
UHC | ??°? | 0011111100111111101000011100011000111111 | 3f3fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)