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 | ?G????B | 00111111010001110011111100111111001111110011111101000010 | 3f473f3f3f3f42 |
SJIS-WIN | ?G????B | 00111111010001110011111100111111001111110011111101000010 | 3f473f3f3f3f42 |
EUC-JP | ?G????B | 00111111010001110011111100111111001111110011111101000010 | 3f473f3f3f3f42 |
UTF-8 | 채G혣혝혙쨉B | 1110110010110001100001000100011111101101100110001010001111101101100110001001110111101101100110001001100111101100101010001000100101000010 | ecb18447ed98a3ed989ded9899eca88942 |
UHC | 채G혣혝혙쨉B | 110000111010010001000111110000101000110011000010100001111100001010000100110000101011010101000010 | c3a447c28cc287c284c2b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)