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 | 읽쏨쏨}읽쏨쏨{^ | 111011001001110110111101111011001000111110101000111011001000111110101000011111011110110010011101101111011110110010001111101010001110110010001111101010000111101101011110 | ec9dbdec8fa8ec8fa87dec9dbdec8fa8ec8fa87b5e |
UHC | 읽쏨쏨}읽쏨쏨{^ | 110000001101000010111101111101001011110111110100011111011100000011010000101111011111010010111101111101000111101101011110 | c0d0bdf4bdf47dc0d0bdf4bdf47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)