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 | 00111111001111110100011100111111001111110100000001000010 | 3f3f473f3f4042 |
SJIS-WIN | ??G??@B | 00111111001111110100011100111111001111110100000001000010 | 3f3f473f3f4042 |
EUC-JP | ??G??@B | 00111111001111110100011100111111001111110100000001000010 | 3f3f473f3f4042 |
UTF-8 | 횂혪G횄짚@B | 111011011001101010000010111011011001100010101010010001111110110110011010100001001110110010100111100110100100000001000010 | ed9a82ed98aa47ed9a84eca79a4042 |
UHC | 횂혪G횄짚@B | 1100001110000010110000101001001001000111110000111000001111000010101001000100000001000010 | c382c29247c383c2a44042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)