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 | 霙?霙 | 1110100011000010001111111110100011000010 | e8c23fe8c2 |
EUC-JP | 霙莘霙 | 11110000110001001000111111011000101010111111000011000100 | f0c48fd8abf0c4 |
UTF-8 | 霙莘霙 | 111010011001110010011001111010001000111010011000111010011001110010011001 | e99c99e88e98e99c99 |
UHC | 霙莘霙 | 111001111100111011100011111011101110011111001110 | e7cee3eee7ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)