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 | 趺ソ笂ィ奣 | 1110011011100101101111111110001010010011101010001111101010100011 | e6e5bfe293a8faa3 |
EUC-JP | 趺ソ笂ィ奣 | 1110110011100111100011101011111111100011111100111000111010101000100011111011100011111100 | ece78ebfe3f38ea88fb8fc |
UTF-8 | 趺ソ笂ィ奣 | 111010001011011010111010111011111011110110111111111001111010110010000010111011111011110110101000111001011010010110100011 | e8b6baefbdbfe7ac82efbda8e5a5a3 |
UHC | 趺???? | 110111011011101000111111001111110011111100111111 | ddba3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)