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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 牆雉牆雉^ | 111000001010110111101000101100111110000010101101111010001011001101011110 | e0ade8b3e0ade8b35e |
EUC-JP | 牆雉牆雉^ | 111000001010111111110000101101011110000010101111111100001011010101011110 | e0aff0b5e0aff0b55e |
UTF-8 | 牆雉牆雉^ | 11100111100010011000011011101001100110111000100111100111100010011000011011101001100110111000100101011110 | e78986e99b89e78986e99b895e |
UHC | 牆雉牆雉^ | 111011011110110111110110110010111110110111101101111101101100101101011110 | ededf6cbededf6cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)