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 | 迯廷丙 | 111001111000110110010010111011001001010110111000 | e78d92ec95b8 |
EUC-JP | 迯廷丙 | 111011011110110111000100111011101100101010111010 | ededc4eecaba |
UTF-8 | 迯廷丙 | 111010001011111110101111111001011011101110110111111001001011100010011001 | e8bfafe5bbb7e4b899 |
UHC | ?廷丙 | 0011111111101111110101011101110010110000 | 3fefd5dcb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)