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 | 惺?}惺?{^ | 100111001011011100111111011111011001110010110111001111110111101101011110 | 9cb73f7d9cb73f7b5e |
EUC-JP | 惺?}惺?{^ | 110110001011100100111111011111011101100010111001001111110111101101011110 | d8b93f7dd8b93f7b5e |
UTF-8 | 惺걡}惺걡{^ | 111001101000001110111010111010101011000110100001011111011110011010000011101110101110101010110001101000010111101101011110 | e683baeab1a17de683baeab1a17b5e |
UHC | 惺걡}惺걡{^ | 1110000011110110100000011000101001111101111000001111011010000001100010100111101101011110 | e0f6818a7de0f6818a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)