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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?曉k | 0011111110011101111110101000001010001011 | 3f9dfa828b |
EUC-JP | ?曉k | 0011111111011010111111001010001111101011 | 3fdafca3eb |
UTF-8 | 뤌曉k | 111010111010010010001100111001101001101110001001111011111011110110001011 | eba48ce69b89efbd8b |
UHC | 뤌曉k | 100011111011110011111100111110111010001111101011 | 8fbcfcfba3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)