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 | 害雉害雉^ | 100010100101000111101000101100111000101001010001111010001011001101011110 | 8a51e8b38a51e8b35e |
EUC-JP | 害雉害雉^ | 101100111011001011110000101101011011001110110010111100001011010101011110 | b3b2f0b5b3b2f0b55e |
UTF-8 | 害雉害雉^ | 11100101101011101011001111101001100110111000100111100101101011101011001111101001100110111000100101011110 | e5aeb3e99b89e5aeb3e99b895e |
UHC | 害雉害雉^ | 111110101010101011110110110010111111101010101010111101101100101101011110 | faaaf6cbfaaaf6cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)