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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 実嫉邪 | 100011101100000010001110101110011000111011010111 | 8ec08eb98ed7 |
EUC-JP | 実嫉邪 | 101111001100001010111100101110111011110011011001 | bcc2bcbbbcd9 |
UTF-8 | 実嫉邪 | 111001011010111010011111111001011010101110001001111010011000001010101010 | e5ae9fe5ab89e982aa |
UHC | ?嫉邪 | 0011111111110010111011001101111011110111 | 3ff2ecdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)