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 | オチ。キ | 10110101110000011010000110110111 | b5c1a1b7 |
EUC-JP | オチ。キ | 1000111010110101100011101100000110001110101000011000111010110111 | 8eb58ec18ea18eb7 |
UTF-8 | オチ。キ | 111011111011110110110101111011111011111010000001111011111011110110100001111011111011110110110111 | efbdb5efbe81efbda1efbdb7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)