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??Z | 00111111001111110101101101000111001111110011111101011010 | 3f3f5b473f3f5a |
SJIS-WIN | ??[G??Z | 00111111001111110101101101000111001111110011111101011010 | 3f3f5b473f3f5a |
EUC-JP | ??[G??Z | 00111111001111110101101101000111001111110011111101011010 | 3f3f5b473f3f5a |
UTF-8 | 횂혪[G횂혪Z | 111011011001101010000010111011011001100010101010010110110100011111101101100110101000001011101101100110001010101001011010 | ed9a82ed98aa5b47ed9a82ed98aa5a |
UHC | 횂혪[G횂혪Z | 1100001110000010110000101001001001011011010001111100001110000010110000101001001001011010 | c382c2925b47c382c2925a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)