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 | YWn}YWn{^ | 10010010010110011001001001010111011011100111110110010010010110011001001001010111011011100111101101011110 | 925992576e7d925992576e7b5e |
SJIS-WIN | ?Y?Wn}?Y?Wn{^ | 00111111010110010011111101010111011011100111110100111111010110010011111101010111011011100111101101011110 | 3f593f576e7d3f593f576e7b5e |
EUC-JP | ?Y?Wn}?Y?Wn{^ | 00111111010110010011111101010111011011100111110100111111010110010011111101010111011011100111101101011110 | 3f593f576e7d3f593f576e7b5e |
UTF-8 | YWn}YWn{^ | 1100001010010010010110011100001010010010010101110110111001111101110000101001001001011001110000101001001001010111011011100111101101011110 | c29259c292576e7dc29259c292576e7b5e |
UHC | ?Y?Wn}?Y?Wn{^ | 00111111010110010011111101010111011011100111110100111111010110010011111101010111011011100111101101011110 | 3f593f576e7d3f593f576e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)