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 | ??¨??? | 001111110011111110101000001111110011111100111111 | 3f3fa83f3f3f |
SJIS-WIN | ??¨意η? | 001111110011111110000001010011101000100011010011100000111100010100111111 | 3f3f814e88d383c53f |
EUC-JP | ??¨意η? | 001111110011111110100001101011111011000011010101101001101100011100111111 | 3f3fa1afb0d5a6c73f |
UTF-8 | 令⑸¨意η툞 | 11101111101001101010100011100010100100011011100011000010101010001110011010000100100011111100111010110111111011011000100010011110 | efa6a8e291b8c2a8e6848fceb7ed889e |
UHC | 令⑸¨意η툞 | 111001111010100110101001111010111010000110100111111010111111001010100101111001111011100010010101 | e7a9a9eba1a7ebf2a5e7b895 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)