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 | 靫璽竺 | 111010001101010010001110101000111000111010110001 | e8d48ea38eb1 |
EUC-JP | 靫璽竺 | 111100001101011010111100101001011011110010110011 | f0d6bca5bcb3 |
UTF-8 | 靫璽竺 | 111010011001110110101011111001111001001010111101111001111010101110111010 | e99dabe792bde7abba |
UHC | ?璽竺 | 0011111111011111110111101111010111100111 | 3fdfdef5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)