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 | 狼젱}狼젱{^ | 111001111000101110111100111011001010000010110001011111011110011110001011101111001110110010100000101100010111101101011110 | e78bbceca0b17de78bbceca0b17b5e |
UHC | 狼젱}狼젱{^ | 1101010111001001110000011010110101111101110101011100100111000001101011010111101101011110 | d5c9c1ad7dd5c9c1ad7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)