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 | YTW}YTW{^ | 10010010010110011001001001010100010101110111110110010010010110011001001001010100010101110111101101011110 | 92599254577d92599254577b5e |
SJIS-WIN | ?Y?TW}?Y?TW{^ | 00111111010110010011111101010100010101110111110100111111010110010011111101010100010101110111101101011110 | 3f593f54577d3f593f54577b5e |
EUC-JP | ?Y?TW}?Y?TW{^ | 00111111010110010011111101010100010101110111110100111111010110010011111101010100010101110111101101011110 | 3f593f54577d3f593f54577b5e |
UTF-8 | YTW}YTW{^ | 1100001010010010010110011100001010010010010101000101011101111101110000101001001001011001110000101001001001010100010101110111101101011110 | c29259c29254577dc29259c29254577b5e |
UHC | ?Y?TW}?Y?TW{^ | 00111111010110010011111101010100010101110111110100111111010110010011111101010100010101110111101101011110 | 3f593f54577d3f593f54577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)