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 | 捨爵渉 | 100011101100110010001110110111011000111111000010 | 8ecc8edd8fc2 |
EUC-JP | 捨爵渉 | 101111001100111010111100110111111011111011000100 | bccebcdfbec4 |
UTF-8 | 捨爵渉 | 111001101000110110101000111001111000100010110101111001101011100010001001 | e68da8e788b5e6b889 |
UHC | 捨爵? | 1101111011010111111011011100100100111111 | ded7edc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)