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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 正?倚? | 100100001011001100111111100110001101111100111111 | 90b33f98df3f |
EUC-JP | 正?倚? | 110000001011010100111111110100001110000100111111 | c0b53fd0e13f |
UTF-8 | 正렧倚렣 | 111001101010110110100011111010111010000010100111111001011000000010011010111010111010000010100011 | e6ada3eba0a7e5809aeba0a3 |
UHC | 正렧倚렣 | 1110111111100001100011101011011011101011111011111000111010110100 | efe18eb6ebef8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)