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 | 鞜定ョォ | 11101000110111111001001011101000101011101000001101001000 | e8df92e8ae8348 |
EUC-JP | 鞜定ョォ | 1111000011100001110001001110101010001110101011101010010110101001 | f0e1c4ea8eaea5a9 |
UTF-8 | 鞜定ョォ | 111010011001111010011100111001011010111010011010111011111011110110101110111000111000001010101001 | e99e9ce5ae9aefbdaee382a9 |
UHC | ?定?ォ | 001111111110111111010010001111111010101110101001 | 3fefd23faba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)