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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ?菓慷] | 001111111000100111011001100111001100101101011101 | 3f89d99ccb5d |
EUC-JP | ?菓慷] | 001111111011001011011011110110001100110101011101 | 3fb2dbd8cd5d |
UTF-8 | 룴菓慷] | 11101011101000111011010011101000100011111001001111100110100001011011011101011101 | eba3b4e88f93e685b75d |
UHC | 룴菓慷] | 10001111101010011100111010100010110010111010111101011101 | 8fa9cea2cbaf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)