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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 絋咲勧\ | 11100011010001011000110111100111100010101010100101011100 | e3458de78aa95c |
EUC-JP | 絋咲勧\ | 11100101101001101011101011101001101101001010101101011100 | e5a6bae9b4ab5c |
UTF-8 | 絋咲勧\ | 11100111101101011000101111100101100100101011001011100101100010111010011101011100 | e7b58be592b2e58ba75c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)