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 | ?珠\}?珠\{^ | 0011111110001110111011000101110001111101001111111000111011101100010111000111101101011110 | 3f8eec5c7d3f8eec5c7b5e |
EUC-JP | ?珠\}?珠\{^ | 0011111110111100111011100101110001111101001111111011110011101110010111000111101101011110 | 3fbcee5c7d3fbcee5c7b5e |
UTF-8 | 켰珠\}켰珠\{^ | 1110110010111100101100001110011110001111101000000101110001111101111011001011110010110000111001111000111110100000010111000111101101011110 | ecbcb0e78fa05c7decbcb0e78fa05c7b5e |
UHC | 켰珠\}켰珠\{^ | 11000100110101111111000111000001010111000111110111000100110101111111000111000001010111000111101101011110 | c4d7f1c15c7dc4d7f1c15c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)