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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?醍 | 001111111001000111100111 | 3f91e7 |
EUC-JP | 縯醍 | 1000111111010100110010111100001011101001 | 8fd4cbc2e9 |
UTF-8 | 縯醍 | 111001111011100010101111111010011000011010001101 | e7b8afe9868d |
UHC | 縯醍 | 11100110111000001111000010110101 | e6e0f0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)