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 | ?弔\}?弔\{^ | 0011111110010010101000100101110001111101001111111001001010100010010111000111101101011110 | 3f92a25c7d3f92a25c7b5e |
EUC-JP | ?弔\}?弔\{^ | 0011111111000100101001000101110001111101001111111100010010100100010111000111101101011110 | 3fc4a45c7d3fc4a45c7b5e |
UTF-8 | 켰弔\}켰弔\{^ | 1110110010111100101100001110010110111100100101000101110001111101111011001011110010110000111001011011110010010100010111000111101101011110 | ecbcb0e5bc945c7decbcb0e5bc945c7b5e |
UHC | 켰弔\}켰弔\{^ | 11000100110101111111000011000000010111000111110111000100110101111111000011000000010111000111101101011110 | c4d7f0c05c7dc4d7f0c05c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)