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 | ?}???|SB | 0011111101111101001111110011111100111111011111000101001101000010 | 3f7d3f3f3f7c5342 |
SJIS-WIN | 叩}叩多叩|SB | 100100100100000001111101100100100100000010010001101111011001001001000000011111000101001101000010 | 92407d924091bd92407c5342 |
EUC-JP | 叩}叩多叩|SB | 110000111010000101111101110000111010000111000010101111111100001110100001011111000101001101000010 | c3a17dc3a1c2bfc3a17c5342 |
UTF-8 | 叩}叩多叩|SB | 11100101100011111010100101111101111001011000111110101001111001011010010010011010111001011000111110101001011111000101001101000010 | e58fa97de58fa9e5a49ae58fa97c5342 |
UHC | 叩}叩多叩|SB | 110011011011000001111101110011011011000011010010111111011100110110110000011111000101001101000010 | cdb07dcdb0d2fdcdb07c5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)