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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 葬?\}葬?\{^ | 1001000110010010001111110101110001111101100100011001001000111111010111000111101101011110 | 91923f5c7d91923f5c7b5e |
EUC-JP | 葬?\}葬?\{^ | 1100000111110010001111110101110001111101110000011111001000111111010111000111101101011110 | c1f23f5c7dc1f23f5c7b5e |
UTF-8 | 葬렱\}葬렱\{^ | 1110100010010001101011001110101110100000101100010101110001111101111010001001000110101100111010111010000010110001010111000111101101011110 | e891aceba0b15c7de891aceba0b15c7b5e |
UHC | 葬렱\}葬렱\{^ | 11101101111101111000111010111110010111000111110111101101111101111000111010111110010111000111101101011110 | edf78ebe5c7dedf78ebe5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)