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 | ÖãÍ | 100011011001101110011111110101101110001111001101 | 8d9b9fd6e3cd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???ÖãÍ | 001111110011111100111111100011111010101011010011100011111010101110101010100011111010101010111111 | 3f3f3f8faad38fabaa8faabf |
UTF-8 | ÖãÍ | 110000101000110111000010100110111100001010011111110000111001011011000011101000111100001110001101 | c28dc29bc29fc396c3a3c38d |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)