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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 椅?[}椅?[{^ | 1000100011010110001111110101101101111101100010001101011000111111010110110111101101011110 | 88d63f5b7d88d63f5b7b5e |
EUC-JP | 椅?[}椅?[{^ | 1011000011011000001111110101101101111101101100001101100000111111010110110111101101011110 | b0d83f5b7db0d83f5b7b5e |
UTF-8 | 椅렱[}椅렱[{^ | 1110011010100100100001011110101110100000101100010101101101111101111001101010010010000101111010111010000010110001010110110111101101011110 | e6a485eba0b15b7de6a485eba0b15b7b5e |
UHC | 椅렱[}椅렱[{^ | 11101011111101011000111010111110010110110111110111101011111101011000111010111110010110110111101101011110 | ebf58ebe5b7debf58ebe5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)