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 | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-WIN | 者勺[ | 1000111011010010100011101101100101011011 | 8ed28ed95b |
EUC-JP | 者勺[ | 1011110011010100101111001101101101011011 | bcd4bcdb5b |
UTF-8 | 者勺[ | 11101000100000001000010111100101100010111011101001011011 | e88085e58bba5b |
UHC | 者勺[ | 1110110110111010111011011100001101011011 | edbaedc35b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)