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 | 畢?煜? | 100101010100110000111111111110110101010100111111 | 954c3ffb553f |
EUC-JP | 畢?煜? | 11001001101011010011111110001111110010011111110000111111 | c9ad3f8fc9fc3f |
UTF-8 | 畢렫煜둽 | 111001111001010110100010111010111010000010101011111001111000010110011100111010111001000110111101 | e795a2eba0abe7859ceb91bd |
UHC | 畢렫煜둽 | 1111100110110100100011101011100111101001111100101000101001110110 | f9b48eb9e9f28a76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)