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 | ??[k | 00111111001111110101101101101011 | 3f3f5b6b |
SJIS-WIN | 樽卒[k | 100100100100110110010001101100100101101101101011 | 924d91b25b6b |
EUC-JP | 樽卒[k | 110000111010111011000010101101000101101101101011 | c3aec2b45b6b |
UTF-8 | 樽卒[k | 1110011010101000101111011110010110001101100100100101101101101011 | e6a8bde58d925b6b |
UHC | 樽卒[k | 111100011101110011110000111011110101101101101011 | f1dcf0ef5b6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)