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 | 薔駕讐荵 | 1110010101001011100010011110110110001111010100011110010010111001 | e54b89ed8f51e4b9 |
EUC-JP | 薔駕讐荵 | 1110100110101100101100101110111110111101101100101110100010111011 | e9acb2efbdb2e8bb |
UTF-8 | 薔駕讐荵 | 111010001001011010010100111010011010011110010101111010001010111010010000111010001000110110110101 | e89694e9a795e8ae90e88db5 |
UHC | 薔駕讐? | 11101101111110011100101010111101111000101100001000111111 | edf9cabde2c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)