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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 應坤Y應坤bE | 1001110011100100100011011010001101011001100111001110010010001101101000110110001001000101 | 9ce48da3599ce48da36245 |
EUC-JP | 應坤Y應坤bE | 1101100011100110101110101010010101011001110110001110011010111010101001010110001001000101 | d8e6baa559d8e6baa56245 |
UTF-8 | 應坤Y應坤bE | 111001101000011110001001111001011001110110100100010110011110011010000111100010011110010110011101101001000110001001000101 | e68789e59da459e68789e59da46245 |
UHC | 應坤Y應坤bE | 1110101111101011110011011101111001011001111010111110101111001101110111100110001001000101 | ebebcdde59ebebcdde6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)