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 | ZUW}ZUW{^ | 10010010010110101001001001010101010101110111110110010010010110101001001001010101010101110111101101011110 | 925a9255577d925a9255577b5e |
SJIS-WIN | ?Z?UW}?Z?UW{^ | 00111111010110100011111101010101010101110111110100111111010110100011111101010101010101110111101101011110 | 3f5a3f55577d3f5a3f55577b5e |
EUC-JP | ?Z?UW}?Z?UW{^ | 00111111010110100011111101010101010101110111110100111111010110100011111101010101010101110111101101011110 | 3f5a3f55577d3f5a3f55577b5e |
UTF-8 | ZUW}ZUW{^ | 1100001010010010010110101100001010010010010101010101011101111101110000101001001001011010110000101001001001010101010101110111101101011110 | c2925ac29255577dc2925ac29255577b5e |
UHC | ?Z?UW}?Z?UW{^ | 00111111010110100011111101010101010101110111110100111111010110100011111101010101010101110111101101011110 | 3f5a3f55577d3f5a3f55577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)