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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 借疾借疾^ | 100011101101100010001110101111101000111011011000100011101011111001011110 | 8ed88ebe8ed88ebe5e |
EUC-JP | 借疾借疾^ | 101111001101101010111100110000001011110011011010101111001100000001011110 | bcdabcc0bcdabcc05e |
UTF-8 | 借疾借疾^ | 11100101100000001001111111100111100101101011111011100101100000001001111111100111100101101011111001011110 | e5809fe796bee5809fe796be5e |
UHC | 借疾借疾^ | 111100111010100011110010111100001111001110101000111100101111000001011110 | f3a8f2f0f3a8f2f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)