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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 即旦蔵速P | 100100011010011010010010010101011001000110100000100100011010110001010000 | 91a6925591a091ac50 |
EUC-JP | 即旦蔵速P | 110000101010100011000011101101101100001010100010110000101010111001010000 | c2a8c3b6c2a2c2ae50 |
UTF-8 | 即旦蔵速P | 11100101100011011011001111100110100101111010011011101000100101001011010111101001100000001001111101010000 | e58db3e697a6e894b5e9809f50 |
UHC | ?旦?速P | 00111111110100111010100100111111111000011101110001010000 | 3fd3a93fe1dc50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)