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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 誼?W}誼?W{^ | 1000101101100010001111110101011101111101100010110110001000111111010101110111101101011110 | 8b623f577d8b623f577b5e |
EUC-JP | 誼?W}誼?W{^ | 1011010111000011001111110101011101111101101101011100001100111111010101110111101101011110 | b5c33f577db5c33f577b5e |
UTF-8 | 誼뱊W}誼뱊W{^ | 1110100010101010101111001110101110110001100010100101011101111101111010001010101010111100111010111011000110001010010101110111101101011110 | e8aabcebb18a577de8aabcebb18a577b5e |
UHC | 誼뱊W}誼뱊W{^ | 11101011111111101001001101101110010101110111110111101011111111101001001101101110010101110111101101011110 | ebfe936e577debfe936e577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)