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 | 爺??? | 1001011011101010001111110011111100111111 | 96ea3f3f3f |
EUC-JP | 爺??侁 | 11001100111011000011111100111111100011111011000011111100 | ccec3f3f8fb0fc |
UTF-8 | 爺깑뜫侁 | 111001111000100010111010111010101011100110010001111010111001110010101011111001001011111010000001 | e788baeab991eb9cabe4be81 |
UHC | 爺깑뜫侁 | 1110010110101100100000111000101110001101101011001110001111100000 | e5ac838b8dace3e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)