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 | 絎豪矯砌 | 1110001101001101100011011000101110001011101110001110000111100100 | e34d8d8b8bb8e1e4 |
EUC-JP | 絎豪矯砌 | 1110010110101110101110011110101110110110101110101110001011100110 | e5aeb9ebb6bae2e6 |
UTF-8 | 絎豪矯砌 | 111001111011010110001110111010001011000110101010111001111001111110101111111001111010000010001100 | e7b58ee8b1aae79fafe7a08c |
UHC | ?豪矯? | 001111111111101111011111110011101110110000111111 | 3ffbdfceec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)