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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 盾箱}盾箱{^ | 1000111110000010100101001010000001111101100011111000001010010100101000000111101101011110 | 8f8294a07d8f8294a07b5e |
EUC-JP | 盾箱}盾箱{^ | 1011110111100010110010001010001001111101101111011110001011001000101000100111101101011110 | bde2c8a27dbde2c8a27b5e |
UTF-8 | 盾箱}盾箱{^ | 111001111001101110111110111001111010111010110001011111011110011110011011101111101110011110101110101100010111101101011110 | e79bbee7aeb17de79bbee7aeb17b5e |
UHC | 盾箱}盾箱{^ | 1110001011101010110111111101010101111101111000101110101011011111110101010111101101011110 | e2eadfd57de2eadfd57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)