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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 쿨殺란}쿨殺란{^ | 111011001011111110101000111011111010010110110000111010111001111010000000011111011110110010111111101010001110111110100101101100001110101110011110100000000111101101011110 | ecbfa8efa5b0eb9e807decbfa8efa5b0eb9e807b5e |
UHC | 쿨殺란}쿨殺란{^ | 110001001111000011100001111011011011011011110101011111011100010011110000111000011110110110110110111101010111101101011110 | c4f0e1edb6f57dc4f0e1edb6f57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)