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 | 渉汯」チニ | 10001111110000101111101011111000101000111100000111000110 | 8fc2faf8a3c1c6 |
EUC-JP | 渉汯」チニ | 1011111011000100100011111100011011100011100011101010001110001110110000011000111011000110 | bec48fc6e38ea38ec18ec6 |
UTF-8 | 渉汯」チニ | 111001101011100010001001111001101011000110101111111011111011110110100011111011111011111010000001111011111011111010000110 | e6b889e6b1afefbda3efbe81efbe86 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)