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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遮借捨写セ | 100011101101010110001110110110001000111011001100100011101100101010111110 | 8ed58ed88ecc8ecabe |
EUC-JP | 遮借捨写セ | 10111100110101111011110011011010101111001100111010111100110011001000111010111110 | bcd7bcdabccebccc8ebe |
UTF-8 | 遮借捨写セ | 111010011000000110101110111001011000000010011111111001101000110110101000111001011000011010011001111011111011110110111110 | e981aee5809fe68da8e58699efbdbe |
UHC | 遮借捨?? | 1111001110110100111100111010100011011110110101110011111100111111 | f3b4f3a8ded73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)