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 | ?P}?P{^ | 00111111010100000111110100111111010100000111101101011110 | 3f507d3f507b5e |
SJIS-WIN | ?P}?P{^ | 00111111010100000111110100111111010100000111101101011110 | 3f507d3f507b5e |
EUC-JP | ?P}?P{^ | 00111111010100000111110100111111010100000111101101011110 | 3f507d3f507b5e |
UTF-8 | 창P}창P{^ | 1110110010110000101111010101000001111101111011001011000010111101010100000111101101011110 | ecb0bd507decb0bd507b5e |
UHC | 창P}창P{^ | 110000111010001001010000011111011100001110100010010100000111101101011110 | c3a2507dc3a2507b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)