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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 弔硫}弔硫{^ | 1001001010100010100101111011000001111101100100101010001010010111101100000111101101011110 | 92a297b07d92a297b07b5e |
EUC-JP | 弔硫}弔硫{^ | 1100010010100100110011101011001001111101110001001010010011001110101100100111101101011110 | c4a4ceb27dc4a4ceb27b5e |
UTF-8 | 弔硫}弔硫{^ | 111001011011110010010100111001111010000110101011011111011110010110111100100101001110011110100001101010110111101101011110 | e5bc94e7a1ab7de5bc94e7a1ab7b5e |
UHC | 弔硫}弔硫{^ | 1111000011000000110101111011110001111101111100001100000011010111101111000111101101011110 | f0c0d7bc7df0c0d7bc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)