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 | 運?毅 | 1000100101011110001111111000101101000010 | 895e3f8b42 |
EUC-JP | 運?毅 | 1011000110111111001111111011010110100011 | b1bf3fb5a3 |
UTF-8 | 運렩毅 | 111010011000000110001011111010111010000010101001111001101010111110000101 | e9818beba0a9e6af85 |
UHC | 運렩毅 | 111010101010000110001110101101111110101111110110 | eaa18eb7ebf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)