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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 壯??蘂 | 100110101110000100111111001111111110010101000001 | 9ae13f3fe541 |
EUC-JP | 壯??蘂 | 110101001110001100111111001111111110100110100010 | d4e33f3fe9a2 |
UTF-8 | 壯㎬나蘂 | 111001011010001110101111111000111000111010101100111010111000001010011000111010001001100010000010 | e5a3afe38eaceb8298e89882 |
UHC | 壯㎬나蘂 | 1110110111100000101001111110100010110011101010101110011111011110 | ede0a7e8b3aae7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)