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 | ?淺? | 00111111100111111100011100111111 | 3f9fc73f |
EUC-JP | ?淺? | 00111111110111101100100100111111 | 3fdec93f |
UTF-8 | 뤋淺쟌 | 111010111010010010001011111001101011011110111010111011001001111110001100 | eba48be6b7baec9f8c |
UHC | 뤋淺쟌 | 100011111011101111110100101111001100000011110010 | 8fbbf4bcc0f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)