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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 節??{d | 100100001101111100111111001111110111101101100100 | 90df3f3f7b64 |
EUC-JP | 節??{d | 110000001110000100111111001111110111101101100100 | c0e13f3f7b64 |
UTF-8 | 節쇽쉠{d | 1110011110101111100000001110110010000111101111011110110010001001101000000111101101100100 | e7af80ec87bdec89a07b64 |
UHC | 節쇽쉠{d | 1110111110111101101111001110111110111101101010100111101101100100 | efbdbcefbdaa7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)