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 | ??x??cG | 00111111001111110111100000111111001111110110001101000111 | 3f3f783f3f6347 |
SJIS-WIN | ??x??cG | 00111111001111110111100000111111001111110110001101000111 | 3f3f783f3f6347 |
EUC-JP | ??x??cG | 00111111001111110111100000111111001111110110001101000111 | 3f3f783f3f6347 |
UTF-8 | 횂혴x횄쨩cG | 111011011001101010000010111011011001100010110100011110001110110110011010100001001110110010101000101010010110001101000111 | ed9a82ed98b478ed9a84eca8a96347 |
UHC | 횂혴x횄쨩cG | 1100001110000010110000101001101101111000110000111000001111000010101110110110001101000111 | c382c29b78c383c2bb6347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)