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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 燿??沃? | 11100000101000000011111100111111100101111000000000111111 | e0a03f3f97803f |
EUC-JP | 燿??沃? | 11100000101000100011111100111111110011011110000000111111 | e0a23f3fcde03f |
UTF-8 | 燿먩㎙沃욤 | 111001111000011110111111111010111010100010101001111000111000111010011001111001101011001010000011111011001001101010100100 | e787bfeba8a9e38e99e6b283ec9aa4 |
UHC | 燿먩㎙沃욤 | 11101000111111001001000011100110101001111010101111101000101010101011111111101000 | e8fc90e6a7abe8aabfe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)