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 | ?????[ | 001111110011111100111111001111110011111101011011 | 3f3f3f3f3f5b |
SJIS-WIN | 藥????[ | 11100101010110100011111100111111001111110011111101011011 | e55a3f3f3f3f5b |
EUC-JP | 藥????[ | 11101001101110110011111100111111001111110011111101011011 | e9bb3f3f3f3f5b |
UTF-8 | 藥먦굩凉똂[ | 11101000100101111010010111101011101010001010011011101010101101011010100111101111101001011011100111101011100110001000001001011011 | e897a5eba8a6eab5a9efa5b9eb98825b |
UHC | 藥먦굩凉똂[ | 1110010110110111100100001110001110000010100011111110010110111100100011000100001101011011 | e5b790e3828fe5bc8c435b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)