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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 題?贈?? | 10010001111010000011111110010001101000010011111100111111 | 91e83f91a13f3f |
EUC-JP | 題?贈?? | 11000010111010100011111111000010101000110011111100111111 | c2ea3fc2a33f3f |
UTF-8 | 題렲贈곈커 | 111010011010000110001100111010111010000010110010111010001011010010001000111010101011001110001000111011001011101110100100 | e9a18ceba0b2e8b488eab388ecbba4 |
UHC | 題렲贈곈커 | 11110000101110011000111010111111111100011111110010110000111010011100010010111111 | f0b98ebff1fcb0e9c4bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)