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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 骼」繙具シ | 1110100110001110101000111110001110000110100010111110111110111100 | e98ea3e3868befbc |
EUC-JP | 骼」繙具シ | 11110001111011101000111010100011111001011110011010110110111100011000111010111100 | f1ee8ea3e5e6b6f18ebc |
UTF-8 | 骼」繙具シ | 111010011010101010111100111011111011110110100011111001111011100110011001111001011000010110110111111011111011110110111100 | e9aabcefbda3e7b999e585b7efbdbc |
UHC | ???具? | 001111110011111100111111110011101111110100111111 | 3f3f3fcefd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)