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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?客}?客{^ | 001111111000101101110001011111010011111110001011011100010111101101011110 | 3f8b717d3f8b717b5e |
EUC-JP | ?客}?客{^ | 001111111011010111010010011111010011111110110101110100100111101101011110 | 3fb5d27d3fb5d27b5e |
UTF-8 | 쿨客}쿨客{^ | 111011001011111110101000111001011010111010100010011111011110110010111111101010001110010110101110101000100111101101011110 | ecbfa8e5aea27decbfa8e5aea27b5e |
UHC | 쿨客}쿨客{^ | 1100010011110000110010111101010001111101110001001111000011001011110101000111101101011110 | c4f0cbd47dc4f0cbd47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)