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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 丈ヲ璽璽^ | 10001111111001001010011010001110101000111111000010111001100011101010001101011110 | 8fe4a68ea3f0b98ea35e |
EUC-JP | 丈ヲ璽?璽^ | 10111110111001101000111010100110101111001010010100111111101111001010010101011110 | bee68ea6bca53fbca55e |
UTF-8 | 丈ヲ璽璽^ | 11100100101110001000100011101111101111011010011011100111100100101011110111101110100000011011100011100111100100101011110101011110 | e4b888efbda6e792bdee81b8e792bd5e |
UHC | 丈?璽?璽^ | 111011011101101100111111110111111101111000111111110111111101111001011110 | eddb3fdfde3fdfde5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)