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 | 郤o蒐 | 111001111011101010000010100011111000111101001110 | e7ba828f8f4e |
EUC-JP | 郤o蒐 | 111011101011110010100011111011111011110110101111 | eebca3efbdaf |
UTF-8 | 郤o蒐 | 111010011000001110100100111011111011110110001111111010001001001010010000 | e983a4efbd8fe89290 |
UHC | ?o蒐 | 0011111110100011111011111110001010111101 | 3fa3efe2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)