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 | 慂??瑜? | 10011100110010000011111100111111111000001110111100111111 | 9cc83f3fe0ef3f |
EUC-JP | 慂??瑜? | 11011000110010100011111100111111111000001111000100111111 | d8ca3f3fe0f13f |
UTF-8 | 慂뗫㈇瑜몃 | 111001101000010110000010111010111001011110101011111000111000100010000111111001111001000110011100111010111010101010000011 | e68582eb97abe38887e7919cebaa83 |
UHC | 慂뗫㈇瑜몃 | 11101001101111011000101111101011101010011011100011101011101001011011100011101011 | e9bd8beba9b8eba5b8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)