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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 邵抵シウB | 11100111101110001001001011101111101111001011001101000010 | e7b892efbcb342 |
EUC-JP | 邵抵シウB | 111011101011101011000100111100011000111010111100100011101011001101000010 | eebac4f18ebc8eb342 |
UTF-8 | 邵抵シウB | 11101001100000101011010111100110100010101011010111101111101111011011110011101111101111011011001101000010 | e982b5e68ab5efbdbcefbdb342 |
UHC | 邵抵??B | 11100001110100001110111010111101001111110011111101000010 | e1d0eebd3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)