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 | ?≪?? | 0011111110000001111000010011111100111111 | 3f81e13f3f |
EUC-JP | 繇≪?? | 10001111110101001101000110100010111000110011111100111111 | 8fd4d1a2e33f3f |
UTF-8 | 繇≪쑍留 | 111001111011100110000111111000101000100110101010111011001001000110001101111011111010011110001101 | e7b987e289aaec918defa78d |
UHC | 繇≪쑍留 | 1110100110100011101000011110110010011100101011001110101110100111 | e9a3a1ec9caceba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)