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 | 搖⑨? | 1001110110001010100001110100100000111111 | 9d8a87483f |
EUC-JP | 搖?? | 11011001111010100011111100111111 | d9ea3f3f |
UTF-8 | 搖⑨슴 | 111001101001000010010110111000101001000110101000111011001000101010110100 | e69096e291a8ec8ab4 |
UHC | 搖⑨슴 | 111010001111010010101000111011111011110110111111 | e8f4a8efbdbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)