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 | 錵崎辱 | 111010000100010110001101111010001001000001001010 | e8458de8904a |
EUC-JP | 錵崎辱 | 111011111010011010111010111010101011111110101011 | efa6baeabfab |
UTF-8 | 錵崎辱 | 111010011000110010110101111001011011010010001110111010001011111010110001 | e98cb5e5b48ee8beb1 |
UHC | ?崎辱 | 0011111111010000111110001110100110110100 | 3fd0f8e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)