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 | 傭?С繹 | 10010111011000100011111110000100010100101110001110001000 | 97623f8452e388 |
EUC-JP | 傭?С繹 | 11001101110000110011111110100111101100111110010111101000 | cdc33fa7b3e5e8 |
UTF-8 | 傭며С繹 | 1110010110000010101011011110101110101001101100001101000010100001111001111011100110111001 | e582adeba9b0d0a1e7b9b9 |
UHC | 傭며С繹 | 1110100110110110101110001110011110101100101100111110011010111010 | e9b6b8e7acb3e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)