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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???鼇ζ?? | 001111110011111100111111111010101000011110000011110001000011111100111111 | 3f3f3fea8783c43f3f |
EUC-JP | ???鼇ζ?? | 001111110011111100111111111100111110011110100110110001100011111100111111 | 3f3f3ff3e7a6c63f3f |
UTF-8 | 琉듯뼲鼇ζ셀栒 | 1110111110100111100011001110101110010011101011111110101110111100101100101110100110111100100001111100111010110110111011001000010110000000111001101010000010010010 | efa78ceb93afebbcb2e9bc87ceb6ec8580e6a092 |
UHC | 琉듯뼲鼇ζ셀栒 | 1110101110100100101101011110110110010110101101011110100010101000101001011110011010111100101111111110001011100011 | eba4b5ed96b5e8a8a5e6bcbfe2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)