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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螂ェ閾捺搗魍 | 1110010110100101101010101110100010000111100100111110011010011101100100011110100110110001 | e5a5aae88793e69d91e9b1 |
EUC-JP | 螂ェ閾捺搗魍 | 111010101010011110001110101010101110111111100111110001101110100011011001111100011111001010110011 | eaa78eaaefe7c6e8d9f1f2b3 |
UTF-8 | 螂ェ閾捺搗魍 | 111010001001111010000010111011111011110110101010111010011001011010111110111001101000110110111010111001101001000010010111111010011010110110001101 | e89e82efbdaae996bee68dbae69097e9ad8d |
UHC | 螂??捺搗? | 110101011100110000111111001111111101000111110100110100111111110100111111 | d5cc3f3fd1f4d3fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)