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 | 鋺弩}鋺弩{^ | 1110011111111010100111000101011101111101111001111111101010011100010101110111101101011110 | e7fa9c577de7fa9c577b5e |
EUC-JP | 鋺弩}鋺弩{^ | 1110111011111100110101111011100001111101111011101111110011010111101110000111101101011110 | eefcd7b87deefcd7b87b5e |
UTF-8 | 鋺弩}鋺弩{^ | 111010011000101110111010111001011011110010101001011111011110100110001011101110101110010110111100101010010111101101011110 | e98bbae5bca97de98bbae5bca97b5e |
UHC | ?弩}?弩{^ | 001111111101001011000000011111010011111111010010110000000111101101011110 | 3fd2c07d3fd2c07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)