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 | ??Z}??Z{^ | 001111110011111101011010011111010011111100111111010110100111101101011110 | 3f3f5a7d3f3f5a7b5e |
SJIS-WIN | 支?Z}支?Z{^ | 1000111001111000001111110101101001111101100011100111100000111111010110100111101101011110 | 8e783f5a7d8e783f5a7b5e |
EUC-JP | 支?Z}支?Z{^ | 1011101111011001001111110101101001111101101110111101100100111111010110100111101101011110 | bbd93f5a7dbbd93f5a7b5e |
UTF-8 | 支렟Z}支렟Z{^ | 1110011010010100101011111110101110100000100111110101101001111101111001101001010010101111111010111010000010011111010110100111101101011110 | e694afeba09f5a7de694afeba09f5a7b5e |
UHC | 支렟Z}支렟Z{^ | 11110010101010001000111010110000010110100111110111110010101010001000111010110000010110100111101101011110 | f2a88eb05a7df2a88eb05a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)