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 | 狼?}狼?{^ | 100110000101010000111111011111011001100001010100001111110111101101011110 | 98543f7d98543f7b5e |
EUC-JP | 狼?}狼?{^ | 110011111011010100111111011111011100111110110101001111110111101101011110 | cfb53f7dcfb53f7b5e |
UTF-8 | 狼籠}狼籠{^ | 111001111000101110111100111011111010010110000100011111011110011110001011101111001110111110100101100001000111101101011110 | e78bbcefa5847de78bbcefa5847b5e |
UHC | 狼籠}狼籠{^ | 1101010111001001110100101101100101111101110101011100100111010010110110010111101101011110 | d5c9d2d97dd5c9d2d97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)