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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 室質狎 | 100011101011101010001110101111111110000010111110 | 8eba8ebfe0be |
EUC-JP | 室質狎 | 101111001011110010111100110000011110000011000000 | bcbcbcc1e0c0 |
UTF-8 | 室質狎 | 111001011010111010100100111010001011001110101010111001111000101110001110 | e5aea4e8b3aae78b8e |
UHC | 室質狎 | 111000111111100011110010111101011110010011100100 | e3f8f2f5e4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)