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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 遲フイ遲チラ^ | 111001111010110111001100101100101110011110101101110000011101011101011110 | e7adccb2e7adc1d75e |
EUC-JP | 遲フイ遲チラ^ | 11101110101011111000111011001100100011101011001011101110101011111000111011000001100011101101011101011110 | eeaf8ecc8eb2eeaf8ec18ed75e |
UTF-8 | 遲フイ遲チラ^ | 11101001100000011011001011101111101111101000110011101111101111011011001011101001100000011011001011101111101111101000000111101111101111101001011101011110 | e981b2efbe8cefbdb2e981b2efbe81efbe975e |
UHC | 遲??遲??^ | 111100101100000000111111001111111111001011000000001111110011111101011110 | f2c03f3ff2c03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)