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 | 実嫉爨 | 100011101100000010001110101110011110000010100100 | 8ec08eb9e0a4 |
EUC-JP | 実嫉爨 | 101111001100001010111100101110111110000010100110 | bcc2bcbbe0a6 |
UTF-8 | 実嫉爨 | 111001011010111010011111111001011010101110001001111001111000100010101000 | e5ae9fe5ab89e788a8 |
UHC | ?嫉? | 00111111111100101110110000111111 | 3ff2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)