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 | 鮮夕城 | 100100010100111010010111010110111000111111101001 | 914e975b8fe9 |
EUC-JP | 鮮夕城 | 110000011010111111001101101111001011111011101011 | c1afcdbcbeeb |
UTF-8 | 鮮夕城 | 111010011010111010101110111001011010010010010101111001011001111110001110 | e9aeaee5a495e59f8e |
UHC | 鮮夕城 | 111000001101100011100000101010101110000011110010 | e0d8e0aae0f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)