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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??第逗 | 001111110011111110010001111001101001000010000000 | 3f3f91e69080 |
EUC-JP | ??第逗 | 001111110011111111000010111010001011111111100000 | 3f3fc2e8bfe0 |
UTF-8 | 麟렱第逗 | 111011111010011110110011111010111010000010110001111001111010110010101100111010011000000010010111 | efa7b3eba0b1e7acace98097 |
UHC | 麟렱第逗 | 1110110011101000100011101011111011110000101011111101010011101000 | ece88ebef0afd4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)