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 | 藥→?? | 111001010101101010000001101010000011111100111111 | e55a81a83f3f |
EUC-JP | 藥→?? | 111010011011101110100010101010100011111100111111 | e9bba2aa3f3f |
UTF-8 | 藥→를蓮 | 111010001001011110100101111000101000011010010010111010111010010110111100111011111010011010011001 | e897a5e28692eba5bcefa699 |
UHC | 藥→를蓮 | 1110010110110111101000011110011010111000101001101110011011100101 | e5b7a1e6b8a6e6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)