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 | 儒盲? | 1000111011110010100101101101001100111111 | 8ef296d33f |
EUC-JP | 儒盲琯 | 10111100111101001100110011010101100011111100110010110011 | bcf4ccd58fccb3 |
UTF-8 | 儒盲琯 | 111001011000010010010010111001111001101110110010111001111001000010101111 | e58492e79bb2e790af |
UHC | 儒盲琯 | 111010101110001111011000111011101100111010110101 | eae3d8eeceb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)