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 | ?橋獨碇? | 0011111110001011101101001110000011010101100100101111010000111111 | 3f8bb4e0d592f43f |
EUC-JP | 沅橋獨碇? | 10001111110001101110100110110110101101101110000011010111110001001111011000111111 | 8fc6e9b6b6e0d7c4f63f |
UTF-8 | 沅橋獨碇렢 | 111001101011001010000101111001101010100110001011111001111000110110101000111001111010001010000111111010111010000010100010 | e6b285e6a98be78da8e7a287eba0a2 |
UHC | 沅橋獨碇렢 | 11101010101101101100111011101001110101001011110011101111111011011000111010110011 | eab6cee9d4bcefed8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)