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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 遮式\ | 1000111011010101100011101010111001011100 | 8ed58eae5c |
EUC-JP | 遮式\ | 1011110011010111101111001011000001011100 | bcd7bcb05c |
UTF-8 | 遮式\ | 11101001100000011010111011100101101111001000111101011100 | e981aee5bc8f5c |
UHC | 遮式\ | 1111001110110100111000111101001001011100 | f3b4e3d25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)