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?Bek | 00111111011110110100011100111111010000100110010101101011 | 3f7b473f42656b |
SJIS-WIN | ?{G?Bek | 00111111011110110100011100111111010000100110010101101011 | 3f7b473f42656b |
EUC-JP | ?{G?Bek | 00111111011110110100011100111111010000100110010101101011 | 3f7b473f42656b |
UTF-8 | 혺{G혳Bek | 1110110110011000101110100111101101000111111011011001100010110011010000100110010101101011 | ed98ba7b47ed98b342656b |
UHC | 혺{G혳Bek | 110000101001111101111011010001111100001010011010010000100110010101101011 | c29f7b47c29a42656b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)