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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 銧車 | 11111011110011001000111011010100 | fbcc8ed4 |
EUC-JP | 銧車 | 1000111111100100101001101011110011010110 | 8fe4a6bcd6 |
UTF-8 | 銧車 | 111010011000101010100111111010001011101110001010 | e98aa7e8bb8a |
UHC | ?車 | 001111111111001110110011 | 3ff3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)