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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | ?剡}?剡{^ | 0011111110001111101100111100011101111101001111111000111110110011110001110111101101011110 | 3f8fb3c77d3f8fb3c77b5e |
UTF-8 | 삷剡}삷剡{^ | 111011001000001010110111111001011000100110100001011111011110110010000010101101111110010110001001101000010111101101011110 | ec82b7e589a17dec82b7e589a17b5e |
UHC | 삷剡}삷剡{^ | 1001100010101110111000001110011001111101100110001010111011100000111001100111101101011110 | 98aee0e67d98aee0e67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)