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 | 顏懆侮粐 | 1110100011111000100111001110100010010101100011101110001011100010 | e8f89ce8958ee2e2 |
EUC-JP | 顏懆侮粐 | 1111000011111010110110001110101011001001111011101110010011100100 | f0fad8eac9eee4e4 |
UTF-8 | 顏懆侮粐 | 111010011010000110001111111001101000011110000110111001001011111010101110111001111011001010010000 | e9a18fe68786e4beaee7b290 |
UHC | ??侮? | 0011111100111111110110011011001000111111 | 3f3fd9b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)