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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 蓚?\ | 11100100111010010011111101011100 | e4e93f5c |
EUC-JP | 蓚?\ | 11101000111010110011111101011100 | e8eb3f5c |
UTF-8 | 蓚닳\ | 11101000100100111001101011101011100010111011001101011100 | e8939aeb8bb35c |
UHC | 蓚닳\ | 1110001010111110101101001110001001011100 | e2beb4e25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)