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 | è¨Vhè¨V | 111010001000000010101000010101100110100011101000100000001010100001010110 | e880a85668e880a856 |
SJIS-WIN | ??¨Vh??¨V | 0011111100111111100000010100111001010110011010000011111100111111100000010100111001010110 | 3f3f814e56683f3f814e56 |
EUC-JP | è?¨Vhè?¨V | 100011111010101110110010001111111010000110101111010101100110100010001111101010111011001000111111101000011010111101010110 | 8fabb23fa1af56688fabb23fa1af56 |
UTF-8 | è¨Vhè¨V | 110000111010100011000010100000001100001010101000010101100110100011000011101010001100001010000000110000101010100001010110 | c3a8c280c2a85668c3a8c280c2a856 |
UHC | ??¨Vh??¨V | 0011111100111111101000011010011101010110011010000011111100111111101000011010011101010110 | 3f3fa1a756683f3fa1a756 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)