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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 룵징칗}룵징칗{^ | 111010111010001110110101111011001010011110010101111011001011100110010111011111011110101110100011101101011110110010100111100101011110110010111001100101110111101101011110 | eba3b5eca795ecb9977deba3b5eca795ecb9977b5e |
UHC | 룵징칗}룵징칗{^ | 100011111010101011000010101000011010111101101110011111011000111110101010110000101010000110101111011011100111101101011110 | 8faac2a1af6e7d8faac2a1af6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)