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 | 雨耕? | 1000100101001010100011010110101100111111 | 894a8d6b3f |
EUC-JP | 雨耕? | 1011000110101011101110011100110000111111 | b1abb9cc3f |
UTF-8 | 雨耕렖 | 111010011001101110101000111010001000000010010101111010111010000010010110 | e99ba8e88095eba096 |
UHC | 雨耕렖 | 111010011110101111001100111010011000111010101011 | e9ebcce98eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)