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 | 蟷ス奓錬 | 11100101101110011011110111111010101000001001100001000010 | e5b9bdfaa09842 |
EUC-JP | 蟷ス奓錬 | 111010101011101110001110101111011000111110111000111101011100111110100011 | eabb8ebd8fb8f5cfa3 |
UTF-8 | 蟷ス奓錬 | 111010001001111110110111111011111011110110111101111001011010010110010011111010011000110010101100 | e89fb7efbdbde5a593e98cac |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)