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 | 蟷ス奓傳 | 11100101101110011011110111111010101000001001100101000010 | e5b9bdfaa09942 |
EUC-JP | 蟷ス奓傳 | 111010101011101110001110101111011000111110111000111101011101000110100011 | eabb8ebd8fb8f5d1a3 |
UTF-8 | 蟷ス奓傳 | 111010001001111110110111111011111011110110111101111001011010010110010011111001011000001010110011 | e89fb7efbdbde5a593e582b3 |
UHC | ???傳 | 0011111100111111001111111110111011101110 | 3f3f3feeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)