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 | 稟?濠麥? | 1110001001100111001111111000110110001010111010100110110100111111 | e2673f8d8aea6d3f |
EUC-JP | 稟?濠麥? | 1110001111001000001111111011100111101010111100111100111000111111 | e3c83fb9eaf3ce3f |
UTF-8 | 稟렯濠麥뤂 | 111001111010100010011111111010111010000010101111111001101011111110100000111010011011101010100101111010111010010010000010 | e7a89feba0afe6bfa0e9baa5eba482 |
UHC | 稟렯濠麥뤂 | 11111001101000101000111010111100111110111100110011011000111010101000111110110011 | f9a28ebcfbccd8ea8fb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)