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 | ?????E] | 00111111001111110011111100111111001111110100010101011101 | 3f3f3f3f3f455d |
SJIS-WIN | 藥????E] | 1110010101011010001111110011111100111111001111110100010101011101 | e55a3f3f3f3f455d |
EUC-JP | 藥????E] | 1110100110111011001111110011111100111111001111110100010101011101 | e9bb3f3f3f3f455d |
UTF-8 | 藥먦굩凉뛨E] | 1110100010010111101001011110101110101000101001101110101010110101101010011110111110100101101110011110101110011011101010000100010101011101 | e897a5eba8a6eab5a9efa5b9eb9ba8455d |
UHC | 藥먦굩凉뛨E] | 111001011011011110010000111000111000001010001111111001011011110010001101011010110100010101011101 | e5b790e3828fe5bc8d6b455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)