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 | è¼°ú | 11101000101111001011000011111010 | e8bcb0fa |
SJIS-WIN | ??°? | 0011111100111111100000011000101100111111 | 3f3f818b3f |
EUC-JP | è?°ú | 100011111010101110110010001111111010000111101011100011111010101111100010 | 8fabb23fa1eb8fabe2 |
UTF-8 | è¼°ú | 1100001110101000110000101011110011000010101100001100001110111010 | c3a8c2bcc2b0c3ba |
UHC | ?¼°? | 001111111010100011111001101000011100011000111111 | 3fa8f9a1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)