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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?淺??淺? | 0011111110011111110001110011111100111111100111111100011100111111 | 3f9fc73f3f9fc73f |
EUC-JP | ?淺??淺? | 0011111111011110110010010011111100111111110111101100100100111111 | 3fdec93f3fdec93f |
UTF-8 | 뤋淺픥뤋淺픨 | 111010111010010010001011111001101011011110111010111011011001010010100101111010111010010010001011111001101011011110111010111011011001010010101000 | eba48be6b7baed94a5eba48be6b7baed94a8 |
UHC | 뤋淺픥뤋淺픨 | 100011111011101111110100101111001100000001101000100011111011101111110100101111001100000001101011 | 8fbbf4bcc0688fbbf4bcc06b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)