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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???憐 | 0011111100111111001111111001011111110111 | 3f3f3f97f7 |
EUC-JP | ???憐 | 0011111100111111001111111100111011111001 | 3f3f3fcef9 |
UTF-8 | 뤚쳩곪憐 | 111010111010010010011010111011001011001110101001111010101011001110101010111001101000011010010000 | eba49aecb3a9eab3aae68690 |
UHC | 뤚쳩곪憐 | 1000111111001001101010111000111010110000111100101101010111111011 | 8fc9ab8eb0f2d5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)