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 | 鄂撰シ | 1110011110111101100100001110111110111100 | e7bd90efbc |
EUC-JP | 鄂撰シ | 111011101011111111000000111100011000111010111100 | eebfc0f18ebc |
UTF-8 | 鄂撰シ | 111010011000010010000010111001101001001010110000111011111011110110111100 | e98482e692b0efbdbc |
UHC | 鄂撰? | 1110010011000111111100111011110000111111 | e4c7f3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)