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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 種?肄竭 | 10001110111011010011111111100011111001011110001010010001 | 8eed3fe3e5e291 |
EUC-JP | 種?肄竭 | 10111100111011110011111111100110111001111110001111110001 | bcef3fe6e7e3f1 |
UTF-8 | 種렕肄竭 | 111001111010100010101110111010111010000010010101111010001000001010000100111001111010101110101101 | e7a8aeeba095e88284e7abad |
UHC | 種렕肄竭 | 1111000011111010100011101010101011101100101111011100101011100110 | f0fa8eaaecbdcae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)