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 | 邀??瑜? | 11100111101100010011111100111111111000001110111100111111 | e7b13f3fe0ef3f |
EUC-JP | 邀??瑜? | 11101110101100110011111100111111111000001111000100111111 | eeb33f3fe0f13f |
UTF-8 | 邀싲맟瑜퀯 | 111010011000001010000000111011001000101110110010111010111010011110011111111001111001000110011100111011011000000010101111 | e98280ec8bb2eba79fe7919ced80af |
UHC | 邀싲맟瑜퀯 | 11101001101011011001101011101011100100001010110011101011101001011011010001000010 | e9ad9aeb90aceba5b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)