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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 匙゚ | 100011011111101011011111 | 8dfadf |
EUC-JP | 匙゚ | 10111010111111001000111011011111 | bafc8edf |
UTF-8 | 匙゚ | 111001011000110010011001111011111011111010011111 | e58c99efbe9f |
UHC | 匙? | 111000111011010100111111 | e3b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)