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 | 轢ユ洪胚 | 1110011110000000100000111000011010001101010111101110001111110011 | e78083868d5ee3f3 |
EUC-JP | 轢ユ洪胚 | 1110110111100000101001011110011010111001101111111110011011110101 | ede0a5e6b9bfe6f5 |
UTF-8 | 轢ユ洪胚 | 111010001011110110100010111000111000001110100110111001101011010010101010111010001000001110011010 | e8bda2e383a6e6b4aae8839a |
UHC | 轢ユ洪胚 | 1101010111111001101010111110011011111011111100111101101111001111 | d5f9abe6fbf3dbcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)