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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 畯?偕?P | 11111011011011110011111110011000111100010011111101010000 | fb6f3f98f13f50 |
EUC-JP | 畯?偕?P | 1000111111001101101110110011111111010000111100110011111101010000 | 8fcdbb3fd0f33f50 |
UTF-8 | 畯렜偕렱P | 11100111100101011010111111101011101000001001110011100101100000011001010111101011101000001011000101010000 | e795afeba09ce58195eba0b150 |
UHC | 畯렜偕렱P | 111100011110000110001110101011101111101010100101100011101011111001010000 | f1e18eaefaa58ebe50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)