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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 蜷ゥヒ吶鴎F | 111001011001000010101001110010111001100111100011100010011010100001000110 | e590a9cb99e389a846 |
EUC-JP | 蜷ゥヒ吶鴎F | 1110100111110000100011101010100110001110110010111101001011100101101100101010101001000110 | e9f08ea98ecbd2e5b2aa46 |
UTF-8 | 蜷ゥヒ吶鴎F | 11101000100111001011011111101111101111011010100111101111101111101000101111100101100100001011011011101001101101001000111001000110 | e89cb7efbda9efbe8be590b6e9b48e46 |
UHC | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)