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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?嗽\ | 00111111100110100111010101011100 | 3f9a755c |
EUC-JP | ?嗽\ | 00111111110100111101011001011100 | 3fd3d65c |
UTF-8 | 뿮嗽\ | 11101011101111111010111011100101100101111011110101011100 | ebbfaee597bd5c |
UHC | 뿮嗽\ | 1001011110101110111000011111010101011100 | 97aee1f55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)