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 | 婦?詔 | 1001010101110111001111111000111111011001 | 95773f8fd9 |
EUC-JP | 婦?詔 | 1100100111011000001111111011111011011011 | c9d83fbedb |
UTF-8 | 婦미詔 | 111001011010100110100110111010111010111110111000111010001010100110010100 | e5a9a6ebafb8e8a994 |
UHC | 婦미詔 | 110111001111111010111001110011001111000011011111 | dcfeb9ccf0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)