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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ????イB | 00111111001111110011111100111111100000110100001101000010 | 3f3f3f3f834342 |
EUC-JP | ????イB | 00111111001111110011111100111111101001011010010001000010 | 3f3f3f3fa5a442 |
UTF-8 | ∼룶ㄱ춳イB | 11100010100010001011110011101011101000111011011011100011100001001011000111101100101101101011001111100011100000101010010001000010 | e288bceba3b6e384b1ecb6b3e382a442 |
UHC | ∼룶ㄱ춳イB | 1010000110101101100011111010101110100100101000011010110110001111101010111010010001000010 | a1ad8faba4a1ad8faba442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)