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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?淺??淺?B | 001111111001111111000111001111110011111110011111110001110011111101000010 | 3f9fc73f3f9fc73f42 |
EUC-JP | ?淺??淺?B | 001111111101111011001001001111110011111111011110110010010011111101000010 | 3fdec93f3fdec93f42 |
UTF-8 | 뤚淺픥뤚淺픚B | 11101011101001001001101011100110101101111011101011101101100101001010010111101011101001001001101011100110101101111011101011101101100101001001101001000010 | eba49ae6b7baed94a5eba49ae6b7baed949a42 |
UHC | 뤚淺픥뤚淺픚B | 10001111110010011111010010111100110000000110100010001111110010011111010010111100110000000101011101000010 | 8fc9f4bcc0688fc9f4bcc05742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)