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 | 赦嫉実 | 100011101100110110001110101110011000111011000000 | 8ecd8eb98ec0 |
EUC-JP | 赦嫉実 | 101111001100111110111100101110111011110011000010 | bccfbcbbbcc2 |
UTF-8 | 赦嫉実 | 111010001011010110100110111001011010101110001001111001011010111010011111 | e8b5a6e5ab89e5ae9f |
UHC | 赦嫉? | 1101111011110101111100101110110000111111 | def5f2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)