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 | 쒳뺖걑}쒳뺖걑{^ | 111011001001001010110011111010111011101010010110111010101011000110010001011111011110110010010010101100111110101110111010100101101110101010110001100100010111101101011110 | ec92b3ebba96eab1917dec92b3ebba96eab1917b5e |
UHC | 쒳뺖걑}쒳뺖걑{^ | 100111010100101010010101111000001000000101110111011111011001110101001010100101011110000010000001011101110111101101011110 | 9d4a95e081777d9d4a95e081777b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)