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 | 藥≪?? | 111001010101101010000001111000010011111100111111 | e55a81e13f3f |
EUC-JP | 藥≪?? | 111010011011101110100010111000110011111100111111 | e9bba2e33f3f |
UTF-8 | 藥≪옼玲 | 111010001001011110100101111000101000100110101010111011001001100010111100111011111010011010101101 | e897a5e289aaec98bcefa6ad |
UHC | 藥≪옼玲 | 1110010110110111101000011110110010011110101100011110011110111111 | e5b7a1ec9eb1e7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)