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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 璽識示璽 | 1000111010100011100011101010111110001110101001101000111010100011 | 8ea38eaf8ea68ea3 |
EUC-JP | 璽識示璽 | 1011110010100101101111001011000110111100101010001011110010100101 | bca5bcb1bca8bca5 |
UTF-8 | 璽識示璽 | 111001111001001010111101111010001010110110011000111001111010010010111010111001111001001010111101 | e792bde8ad98e7a4bae792bd |
UHC | 璽識示璽 | 1101111111011110111000111101101111100011110001101101111111011110 | dfdee3dbe3c6dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)