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 | 爰?身?? | 11100000101001110011111110010000011001110011111100111111 | e0a73f90673f3f |
EUC-JP | 爰?身?? | 11100000101010010011111110111111110010000011111100111111 | e0a93fbfc83f3f |
UTF-8 | 爰렢身렒뤉 | 111001111000100010110000111010111010000010100010111010001011101010101011111010111010000010010010111010111010010010001001 | e788b0eba0a2e8baabeba092eba489 |
UHC | 爰렢身렒뤉 | 11101010101110101000111010110011111000111111001110001110101001111000111110111001 | eaba8eb3e3f38ea78fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)