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 | 澵室鴣 | 111110110100110010001110101110101110100111110011 | fb4c8ebae9f3 |
EUC-JP | 澵室鴣 | 10001111110010001111100010111100101111001111001011110101 | 8fc8f8bcbcf2f5 |
UTF-8 | 澵室鴣 | 111001101011111010110101111001011010111010100100111010011011010010100011 | e6beb5e5aea4e9b4a3 |
UHC | ?室? | 00111111111000111111100000111111 | 3fe3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)