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 | 雕昴Ξミ | 11101000101110001001110111100011100000111010110011010000 | e8b89de383acd0 |
EUC-JP | 雕昴Ξミ | 1111000010111010110110101110010110100110101011101000111011010000 | f0badae5a6ae8ed0 |
UTF-8 | 雕昴Ξミ | 1110100110011011100101011110011010011000101101001100111010011110111011111011111010010000 | e99b95e698b4ce9eefbe90 |
UHC | 雕昴Ξ? | 11110000111001111101100111011011101001011100111000111111 | f0e7d9dba5ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)