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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 辱i?\ | 100100000100101010000010100010010011111101011100 | 904a82893f5c |
EUC-JP | 辱i?\ | 101111111010101110100011111010010011111101011100 | bfaba3e93f5c |
UTF-8 | 辱i떳\ | 11101000101111101011000111101111101111011000100111101011100101101011001101011100 | e8beb1efbd89eb96b35c |
UHC | 辱i떳\ | 11101001101101001010001111101001101101101011100001011100 | e9b4a3e9b6b85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)