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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞅゚レ | 1111000111100110111010001101011111011111111100001111101111011010 | f1e6e8d7dff0fbda |
EUC-JP | ?鞅゚?レ | 0011111111110000110110011000111011011111001111111000111011011010 | 3ff0d98edf3f8eda |
UTF-8 | 鞅゚レ | 111011101000010110100001111010011001111010000101111011111011111010011111111011101000001010111010111011111011111010011010 | ee85a1e99e85efbe9fee82baefbe9a |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)