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 | ?慇鍾ケ | 001111111001110010111110100011111101111110111001 | 3f9cbe8fdfb9 |
EUC-JP | 湗慇鍾ケ | 100011111100011111111011110110001100000010111110111000011000111010111001 | 8fc7fbd8c0bee18eb9 |
UTF-8 | 湗慇鍾ケ | 111001101011100110010111111001101000010110000111111010011000110110111110111011111011110110111001 | e6b997e68587e98dbeefbdb9 |
UHC | ?慇鍾? | 001111111110101111011011111100011010001100111111 | 3febdbf1a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)