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 | 邊、邱曦 | 11100111101100101010010011100111101101111001111001000110 | e7b2a4e7b79e46 |
EUC-JP | 邊、邱曦 | 1110111010110100100011101010010011101110101110011101101110100111 | eeb48ea4eeb9dba7 |
UTF-8 | 邊、邱曦 | 111010011000001010001010111011111011110110100100111010011000001010110001111001101001101110100110 | e9828aefbda4e982b1e69ba6 |
UHC | 邊?邱曦 | 11011100101010110011111111001111110010001111110111110110 | dcab3fcfc8fdf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)