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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠇溥趨襌コ | 111110111010000110011111111011101001000010010110111001011111100110111010 | fba19fee9096e5f9ba |
EUC-JP | ?溥趨襌コ | 001111111101111011110000101111111111011011101010111110111000111010111010 | 3fdef0bff6eafb8eba |
UTF-8 | 蠇溥趨襌コ | 111010001010000010000111111001101011101010100101111010001011011010101000111010001010010110001100111011111011110110111010 | e8a087e6baa5e8b6a8e8a58cefbdba |
UHC | ?溥趨?? | 00111111110111011010101011110101110110010011111100111111 | 3fddaaf5d93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)