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 | ?愛? | 00111111100010001010010000111111 | 3f88a43f |
EUC-JP | ?愛? | 00111111101100001010011000111111 | 3fb0a63f |
UTF-8 | 뫑愛뢥 | 111010111010101110010001111001101000010010011011111010111010001010100101 | ebab91e6849beba2a5 |
UHC | 뫑愛뢥 | 100100011011001111100100111100011000111101100110 | 91b3e4f18f66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)