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 | 챔짤쨉}챔짤쨉{^ | 111011001011000110010100111011001010011110100100111011001010100010001001011111011110110010110001100101001110110010100111101001001110110010101000100010010111101101011110 | ecb194eca7a4eca8897decb194eca7a4eca8897b5e |
UHC | 챔짤쨉}챔짤쨉{^ | 110000111010100011000010101010011100001010110101011111011100001110101000110000101010100111000010101101010111101101011110 | c3a8c2a9c2b57dc3a8c2a9c2b57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)