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 | ?曉? | 00111111100111011111101000111111 | 3f9dfa3f |
EUC-JP | ?曉? | 00111111110110101111110000111111 | 3fdafc3f |
UTF-8 | 뤜曉촙 | 111010111010010010011100111001101001101110001001111011001011010010011001 | eba49ce69b89ecb499 |
UHC | 뤜曉촙 | 100011111100101111111100111110111100001111001111 | 8fcbfcfbc3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)