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 | ??p}??p{^ | 001111110011111101110000011111010011111100111111011100000111101101011110 | 3f3f707d3f3f707b5e |
SJIS-WIN | 鴫p}鴫p{^ | 11110000110000001000111010110000011100000111110111110000110000001000111010110000011100000111101101011110 | f0c08eb0707df0c08eb0707b5e |
EUC-JP | ?鴫p}?鴫p{^ | 0011111110111100101100100111000001111101001111111011110010110010011100000111101101011110 | 3fbcb2707d3fbcb2707b5e |
UTF-8 | 鴫p}鴫p{^ | 1110111010000001101111111110100110110100101010110111000001111101111011101000000110111111111010011011010010101011011100000111101101011110 | ee81bfe9b4ab707dee81bfe9b4ab707b5e |
UHC | ??p}??p{^ | 001111110011111101110000011111010011111100111111011100000111101101011110 | 3f3f707d3f3f707b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)