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 | 罟濔窘 | 111000111010100011100000010111011110001001111010 | e3a8e05de27a |
EUC-JP | 罟濔窘 | 111001101010101011011111101111101110001111011011 | e6aadfbee3db |
UTF-8 | 罟濔窘 | 111001111011110110011111111001101011111110010100111001111010101010011000 | e7bd9fe6bf94e7aa98 |
UHC | ??窘 | 00111111001111111100111111010111 | 3f3fcfd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)