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 | 羽?蜃? | 100010010100100000111111111001011000011100111111 | 89483fe5873f |
EUC-JP | 羽?蜃? | 101100011010100100111111111010011110011100111111 | b1a93fe9e73f |
UTF-8 | 羽렡蜃렓 | 111001111011111010111101111010111010000010100001111010001001110010000011111010111010000010010011 | e7bebdeba0a1e89c83eba093 |
UHC | 羽렡蜃렓 | 1110100111100010100011101011001011100011111100011000111010101000 | e9e28eb2e3f18ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)