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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逑ヲホエ孖駒 | 111001111001001110100110110011101011010011111010101001101000101111101110 | e793a6ceb4faa68bee |
EUC-JP | 逑ヲホエ孖駒 | 11101101111100111000111010100110100011101100111010001110101101001000111110111010101111101011011011110000 | edf38ea68ece8eb48fbabeb6f0 |
UTF-8 | 逑ヲホエ孖駒 | 111010011000000010010001111011111011110110100110111011111011111010001110111011111011110110110100111001011010110110010110111010011010011110010010 | e98091efbda6efbe8eefbdb4e5ad96e9a792 |
UHC | 逑????駒 | 1100111111000111001111110011111100111111001111111100111111001011 | cfc73f3f3f3fcfcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)