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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 翹ο┨ | 111000111100100110000011110011011000010010110111 | e3c983cd84b7 |
EUC-JP | 翹ο┨ | 111001101100101110100110110011111010100010111001 | e6cba6cfa8b9 |
UTF-8 | 翹ο┨ | 1110011110111111101110011100111010111111111000101001010010101000 | e7bfb9cebfe294a8 |
UHC | 翹ο┨ | 110011101110111010100101111011111010011010111001 | ceeea5efa6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)